diff options
-rw-r--r-- | test/CodeGen/X86/2006-12-04-X86-64-Bitcast.ll | 13 |
1 files changed, 0 insertions, 13 deletions
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 index c18c5af39a..0000000000 --- a/test/CodeGen/X86/2006-12-04-X86-64-Bitcast.ll +++ /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 -} - |