diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-12-04 18:39:14 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-12-04 18:39:14 +0000 |
commit | d82ba83a63bc5c7a4bb58a06ce5f7c9169c88a5b (patch) | |
tree | 839d16058f0d4627362786ddbeab1dd250f8cea1 /llvm/test | |
parent | dba6aa436a8960692e1262aa6e0861cd89465af0 (diff) | |
download | bcm5719-llvm-d82ba83a63bc5c7a4bb58a06ce5f7c9169c88a5b.tar.gz bcm5719-llvm-d82ba83a63bc5c7a4bb58a06ce5f7c9169c88a5b.zip |
XFAIL until PR1033 is fixed.
llvm-svn: 32187
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/Regression/CodeGen/X86/2006-12-04-X86-64-Bitcast.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/2006-12-04-X86-64-Bitcast.ll b/llvm/test/Regression/CodeGen/X86/2006-12-04-X86-64-Bitcast.ll index aacc1dfc9c6..c18c5af39a5 100644 --- a/llvm/test/Regression/CodeGen/X86/2006-12-04-X86-64-Bitcast.ll +++ b/llvm/test/Regression/CodeGen/X86/2006-12-04-X86-64-Bitcast.ll @@ -1,5 +1,6 @@ ; PR1033 ; RUN: llvm-as < %s | llc -march=x86-64 +; XFAIL: * long %p(double %t) { %u = bitcast double %t to long ret long %u |