X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2Fatomic.ll;h=b245cdea75b1835e8580eb21e56b0c9a1c182f4c;hb=9f306bdc70757d11b6510525938c0d92c5529cc7;hp=fa6f1f40e09d33ff79234ab3f2f443c4645d7b27;hpb=f03bb260c90ad013aa4e55af36382875011c95b8;p=oota-llvm.git diff --git a/test/Assembler/atomic.ll b/test/Assembler/atomic.ll index fa6f1f40e09..b245cdea75b 100644 --- a/test/Assembler/atomic.ll +++ b/test/Assembler/atomic.ll @@ -1,4 +1,4 @@ -; RUN: opt -S < %s | FileCheck %s +; RUN: opt < %s | opt -S | FileCheck %s ; Basic smoke test for atomic operations. define void @f(i32* %x) {