Add support for FastISel'ing varargs calls.
[oota-llvm.git] / test / Feature / inlineasm.ll
index e4318f775b6b77016452e467cbc0abdad2d99f4b..6be5722abfca8e9c10487fb6549ad4b9e399010f 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | llvm-dis > t1.ll
-; RUN: llvm-as t1.ll -o - | llvm-dis > t2.ll
-; RUN: diff t1.ll t2.ll
+; RUN: llvm-as < %s | llvm-dis > %t1.ll
+; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
+; RUN: diff %t1.ll %t2.ll
 
 module asm "this is an inline asm block"
 module asm "this is another inline asm block"
 
 module asm "this is an inline asm block"
 module asm "this is another inline asm block"