Move a few more SCEVExpander methods out-of-line.
[oota-llvm.git] / test / Feature / float.ll
index e16f092e4cdd7b74d92d0d4c3a9a7581bf33f270..632cfb741fa3d68fbfcb183365465dd058a1b0a1 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-as %s -o - | llvm-dis > Output/t1.ll
-; RUN: llvm-as Output/t1.ll -o - | llvm-dis > Output/t2.ll
-; RUN: diff Output/t1.ll Output/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
 
-%F1     = global float 0x4010000000000000
-%D1     = global double 0x4010000000000000
+@F1     = global float 0x4010000000000000
+@D1     = global double 0x4010000000000000