X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FExecutionEngine%2Ftest-setcond-fp.ll;h=68276e617a4a1bf5188b6e725566f3593d39b9c7;hb=54c251c77ff818dad2496f0069e780cf3cb9066f;hp=235c4027b9964025a21f1ec65bdb511d22dc2c38;hpb=5edf210bdf0964193f059cc48464f3ea5c9e9e09;p=oota-llvm.git diff --git a/test/ExecutionEngine/test-setcond-fp.ll b/test/ExecutionEngine/test-setcond-fp.ll index 235c4027b99..68276e617a4 100644 --- a/test/ExecutionEngine/test-setcond-fp.ll +++ b/test/ExecutionEngine/test-setcond-fp.ll @@ -1,12 +1,11 @@ -; RUN: llvm-as %s -f -o %t.bc -; RUN: lli %t.bc > /dev/null +; RUN: %lli %s > /dev/null define i32 @main() { - %double1 = add double 0.000000e+00, 0.000000e+00 ; [#uses=6] - %double2 = add double 0.000000e+00, 0.000000e+00 ; [#uses=6] - %float1 = add float 0.000000e+00, 0.000000e+00 ; [#uses=6] - %float2 = add float 0.000000e+00, 0.000000e+00 ; [#uses=6] + %double1 = fadd double 0.000000e+00, 0.000000e+00 ; [#uses=6] + %double2 = fadd double 0.000000e+00, 0.000000e+00 ; [#uses=6] + %float1 = fadd float 0.000000e+00, 0.000000e+00 ; [#uses=6] + %float2 = fadd float 0.000000e+00, 0.000000e+00 ; [#uses=6] %test49 = fcmp oeq float %float1, %float2 ; [#uses=0] %test50 = fcmp oge float %float1, %float2 ; [#uses=0] %test51 = fcmp ogt float %float1, %float2 ; [#uses=0]