summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen/X86/2005-08-30-RegAllocAliasProblem.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/CodeGen/X86/2005-08-30-RegAllocAliasProblem.ll')
-rw-r--r--llvm/test/Regression/CodeGen/X86/2005-08-30-RegAllocAliasProblem.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/2005-08-30-RegAllocAliasProblem.ll b/llvm/test/Regression/CodeGen/X86/2005-08-30-RegAllocAliasProblem.ll
index 509c07b74ae..8aa5f4da5de 100644
--- a/llvm/test/Regression/CodeGen/X86/2005-08-30-RegAllocAliasProblem.ll
+++ b/llvm/test/Regression/CodeGen/X86/2005-08-30-RegAllocAliasProblem.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | not grep 'test.*%AL' || \
-; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | not grep 'cmove.*%EAX'
+; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | not grep 'test.*AL' || \
+; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | not grep 'cmove.*EAX'
; This testcase was compiling to:
;
OpenPOWER on IntegriCloud