X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FFeature%2Ffloat.ll;h=b875afe9804747fd3ce988d8af4d8e650177ec55;hb=54c251c77ff818dad2496f0069e780cf3cb9066f;hp=c1532eb0b330c2bdbcaf71237ad5495f367164de;hpb=6c7ada4c58c40cc11adc0dbd3d57496eca0b4d2c;p=oota-llvm.git diff --git a/test/Feature/float.ll b/test/Feature/float.ll index c1532eb0b33..b875afe9804 100644 --- a/test/Feature/float.ll +++ b/test/Feature/float.ll @@ -1,6 +1,7 @@ -; RUN: llvm-upgrade < %s | llvm-as | 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 -%F1 = global float 0x4010000000000000 -%D1 = global double 0x4010000000000000 +@H1 = global half 0x4010000000000000 +@F1 = global float 0x4010000000000000 +@D1 = global double 0x4010000000000000