Fix DAGCombiner to avoid going into an infinite loop when it
[oota-llvm.git] / test / Integer / varargs_bt.ll
index 36f96a3494f5a9a9933271d5774a94c821ea7f0f..25ad58ad79345d04328e8cb9fabb2dae3aeab511 100644 (file)
@@ -1,11 +1,10 @@
-; 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
 
 ; Demonstrate all of the variable argument handling intrinsic functions plus 
 ; the va_arg instruction.
 
-implementation
 declare void @llvm.va_start(i8** %ap)
 declare void @llvm.va_copy(i8** %aq, i8** %ap)
 declare void @llvm.va_end(i8** %ap)