diff options
Diffstat (limited to 'test/Bitcode/weak-cmpxchg-upgrade.ll')
-rw-r--r-- | test/Bitcode/weak-cmpxchg-upgrade.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Bitcode/weak-cmpxchg-upgrade.ll b/test/Bitcode/weak-cmpxchg-upgrade.ll index dbcd150633ed..76b857b5e221 100644 --- a/test/Bitcode/weak-cmpxchg-upgrade.ll +++ b/test/Bitcode/weak-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. |