Remove FileCheck from test case token_landingpad.ll.
[oota-llvm.git] / test / CodeGen / MSP430 / 2009-05-19-DoubleSplit.ll
index 20050e93ac9bb2d72a9972a002f1db9f7e5ff74c..54eb7ff5c0bf3db410933bc1b6635c6c034d650f 100644 (file)
@@ -1,8 +1,8 @@
-; RUN: llvm-as < %s | llc -march=msp430
+; RUN: llc < %s -march=msp430
 
 define i16 @test(double %d) nounwind {
 entry:
-        %add = add double %d, 1.000000e+00
+        %add = fadd double %d, 1.000000e+00
         %call = tail call i16 @funct(double %add) nounwind
         ret i16 %call
 }