summaryrefslogtreecommitdiff
path: root/test/Assembler
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-09-19 19:41:28 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-09-19 19:41:28 +0000
commitc3d3598425b5af392691b740dbe407b10605d839 (patch)
tree35996d98449eeefcafa6321aea8f277da856ca67 /test/Assembler
parentfb12f35545481e8b42bd547bc37d220ffee77f86 (diff)
downloadllvm-c3d3598425b5af392691b740dbe407b10605d839.tar.gz
llvm-c3d3598425b5af392691b740dbe407b10605d839.tar.bz2
llvm-c3d3598425b5af392691b740dbe407b10605d839.tar.xz
Fix a typo in the bitcode reader in the handling of atomic stores. Reported by David Meyer on llvmdev.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140040 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler')
-rw-r--r--test/Assembler/atomic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/atomic.ll b/test/Assembler/atomic.ll
index fa6f1f40e0..b245cdea75 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) {