this is a subset of Codegen/X86/bitcast.ll, remove it.
authorChris Lattner <sabre@nondot.org>
Wed, 6 Dec 2006 00:46:14 +0000 (00:46 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 6 Dec 2006 00:46:14 +0000 (00:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32248 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2006-12-04-X86-64-Bitcast.ll [deleted file]

diff --git a/test/CodeGen/X86/2006-12-04-X86-64-Bitcast.ll b/test/CodeGen/X86/2006-12-04-X86-64-Bitcast.ll
deleted file mode 100644 (file)
index c18c5af..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-; PR1033
-; RUN: llvm-as < %s | llc -march=x86-64
-; XFAIL: *
-long %p(double %t) {
-  %u = bitcast double %t to long
-  ret long %u
-}
-
-double %q(long %t) {
-  %u = bitcast long %t to double
-  ret double %u
-}
-