SamplePGO - Add line offset and discriminator information to sample reports.
[oota-llvm.git] / test / Feature / float.ll
index 5a53c2c0a3b618932f79ac96b57ee33c37f47878..b875afe9804747fd3ce988d8af4d8e650177ec55 100644 (file)
@@ -1,6 +1,7 @@
-; RUN: llvm-upgrade < %s | llvm-as | 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
+@H1     = global half 0x4010000000000000
+@F1     = global float 0x4010000000000000
+@D1     = global double 0x4010000000000000