Fix DAGCombiner to avoid going into an infinite loop when it
[oota-llvm.git] / test / Integer / varargs_bt.ll
index e740fd36b47e188b94ac5370a751bb88a3b21304..25ad58ad79345d04328e8cb9fabb2dae3aeab511 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o - | llvm-dis > %t1.ll
+; RUN: llvm-as %s -o - | llvm-dis > %t1.ll
 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
 ; RUN: diff %t1.ll %t2.ll