summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2008-08-19-SubAndFetch.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2008-08-19-SubAndFetch.ll')
-rw-r--r--test/CodeGen/X86/2008-08-19-SubAndFetch.ll5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-08-19-SubAndFetch.ll b/test/CodeGen/X86/2008-08-19-SubAndFetch.ll
index 00bcdf8..8475e8d 100644
--- a/test/CodeGen/X86/2008-08-19-SubAndFetch.ll
+++ b/test/CodeGen/X86/2008-08-19-SubAndFetch.ll
@@ -1,9 +1,12 @@
-; RUN: llvm-as < %s | llc -march=x86-64 | grep xadd
+; RUN: llc < %s -march=x86-64 | FileCheck %s
@var = external global i64 ; <i64*> [#uses=1]
define i32 @main() nounwind {
entry:
+; CHECK: main:
+; CHECK: lock
+; CHECK: decq
tail call i64 @llvm.atomic.load.sub.i64.p0i64( i64* @var, i64 1 ) ; <i64>:0 [#uses=0]
unreachable
}
OpenPOWER on IntegriCloud