aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2004-02-22-Casts.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2004-02-22-Casts.ll')
-rw-r--r--test/CodeGen/X86/2004-02-22-Casts.ll12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/CodeGen/X86/2004-02-22-Casts.ll b/test/CodeGen/X86/2004-02-22-Casts.ll
deleted file mode 100644
index dabf7d3c15b6..000000000000
--- a/test/CodeGen/X86/2004-02-22-Casts.ll
+++ /dev/null
@@ -1,12 +0,0 @@
-; RUN: llc < %s -march=x86
-define i1 @test1(double %X) {
- %V = fcmp one double %X, 0.000000e+00 ; <i1> [#uses=1]
- ret i1 %V
-}
-
-define double @test2(i64 %X) {
- %V = uitofp i64 %X to double ; <double> [#uses=1]
- ret double %V
-}
-
-