aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/X86/lea-neg.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/lea-neg.ll b/test/CodeGen/X86/lea-neg.ll
index 61cd75c9cc..a559e15b58 100644
--- a/test/CodeGen/X86/lea-neg.ll
+++ b/test/CodeGen/X86/lea-neg.ll
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s | llc -march=x86-64 > %t
; RUN: grep negl %t | count 1
-; RUN: not grep sub %t
+; RUN: not grep {sub\[bwlq\]} %t
; RUN: grep mov %t | count 1
; RUN: grep {leal -4(} %t | count 1