Fix PR5421 by APInt'izing switch lowering.
[oota-llvm.git] / test / CodeGen / Generic / 2007-02-23-DAGCombine-Miscompile.ll
index e220e92ebfe1f4637aeb881145580823e43145e9..a8f0e576b95e729f5a6590addf633f1d7d2d735b 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep 'movl $1, %eax'
 ; PR1219
+; RUN: llc < %s -march=x86 | grep {movl        \$1, %eax}
 
 define i32 @test(i1 %X) {
 old_entry1: