aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/MSP430/2009-05-19-DoubleSplit.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/MSP430/2009-05-19-DoubleSplit.ll')
-rw-r--r--test/CodeGen/MSP430/2009-05-19-DoubleSplit.ll11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/CodeGen/MSP430/2009-05-19-DoubleSplit.ll b/test/CodeGen/MSP430/2009-05-19-DoubleSplit.ll
deleted file mode 100644
index 54eb7ff5c0bf..000000000000
--- a/test/CodeGen/MSP430/2009-05-19-DoubleSplit.ll
+++ /dev/null
@@ -1,11 +0,0 @@
-; RUN: llc < %s -march=msp430
-
-define i16 @test(double %d) nounwind {
-entry:
- %add = fadd double %d, 1.000000e+00
- %call = tail call i16 @funct(double %add) nounwind
- ret i16 %call
-}
-
-declare i16 @funct(double)
-