Mercurial > hg > CbC > CbC_llvm
comparison test/CodeGen/AArch64/tst-br.ll @ 120:1172e4bd9c6f
update 4.0.0
author | mir3636 |
---|---|
date | Fri, 25 Nov 2016 19:14:25 +0900 |
parents | afa8332a0e37 |
children | c2174574ed3a |
comparison
equal
deleted
inserted
replaced
101:34baf5011add | 120:1172e4bd9c6f |
---|---|
1 ; RUN: llc -verify-machineinstrs -o - %s -mtriple=arm64-apple-ios7.0 -aarch64-atomic-cfg-tidy=0 | FileCheck %s | 1 ; RUN: llc -verify-machineinstrs -o - %s -mtriple=arm64-apple-ios7.0 -aarch64-enable-atomic-cfg-tidy=0 | FileCheck %s |
2 | 2 |
3 ; We've got the usual issues with LLVM reordering blocks here. The | 3 ; We've got the usual issues with LLVM reordering blocks here. The |
4 ; tests are correct for the current order, but who knows when that | 4 ; tests are correct for the current order, but who knows when that |
5 ; will change. Beware! | 5 ; will change. Beware! |
6 @var32 = global i32 0 | 6 @var32 = global i32 0 |