summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen/X86/2005-08-30-RegAllocAliasProblem.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-05-01 05:56:51 +0000
committerChris Lattner <sabre@nondot.org>2006-05-01 05:56:51 +0000
commit78d9ae3f0cf9ccb0a01ca2db100aca27ab4dd5c4 (patch)
tree37659b42354307efb24e95ed4a04f64bbca995d2 /llvm/test/Regression/CodeGen/X86/2005-08-30-RegAllocAliasProblem.ll
parent563f0417d272ff5505ec06d88876d22ee4c6a88f (diff)
downloadbcm5719-llvm-78d9ae3f0cf9ccb0a01ca2db100aca27ab4dd5c4.tar.gz
bcm5719-llvm-78d9ae3f0cf9ccb0a01ca2db100aca27ab4dd5c4.zip
Intel mode no longer uses %'s on registers
llvm-svn: 28028
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