diff options
Diffstat (limited to 'test/Bitcode/cmpxchg-upgrade.ll')
-rw-r--r-- | test/Bitcode/cmpxchg-upgrade.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Bitcode/cmpxchg-upgrade.ll b/test/Bitcode/cmpxchg-upgrade.ll index d36ac1c..125729e 100644 --- a/test/Bitcode/cmpxchg-upgrade.ll +++ b/test/Bitcode/cmpxchg-upgrade.ll @@ -1,4 +1,5 @@ ; RUN: llvm-dis < %s.bc | FileCheck %s +; RUN: verify-uselistorder < %s.bc ; cmpxchg-upgrade.ll.bc was produced by running a version of llvm-as from just ; before the IR change on this file. @@ -20,4 +21,4 @@ define void @test(i32* %addr) { ; CHECK: cmpxchg i32* %addr, i32 42, i32 0 seq_cst seq_cst ret void -}
\ No newline at end of file +} |