diff options
Diffstat (limited to 'test/Assembler/atomic.ll')
-rw-r--r-- | test/Assembler/atomic.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Assembler/atomic.ll b/test/Assembler/atomic.ll index d7ccd99..0356f5f 100644 --- a/test/Assembler/atomic.ll +++ b/test/Assembler/atomic.ll @@ -1,4 +1,5 @@ ; RUN: opt < %s | opt -S | FileCheck %s +; RUN: verify-uselistorder %s ; Basic smoke test for atomic operations. define void @f(i32* %x) { |