aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/x86-store-gv-addr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/x86-store-gv-addr.ll')
-rw-r--r--test/CodeGen/X86/x86-store-gv-addr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/x86-store-gv-addr.ll b/test/CodeGen/X86/x86-store-gv-addr.ll
index 53d6a91e2a..799340d35d 100644
--- a/test/CodeGen/X86/x86-store-gv-addr.ll
+++ b/test/CodeGen/X86/x86-store-gv-addr.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin -relocation-model=static | grep lea
+; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin -relocation-model=static | not grep lea
; RUN: llvm-as < %s | llc -mtriple=x86_64-pc-linux-gnu -relocation-model=static | not grep lea
@v = external global i32, align 8