diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2006-12-01 01:50:45 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2006-12-01 01:50:45 +0000 |
| commit | 6c0676d4e642e9ae3888ce6bceab75bb18e232e8 (patch) | |
| tree | 057b277eb3bbbd01c36e15dbdd3f566a5ef9fbd4 /llvm | |
| parent | 09ed0ff2acce631d57f3f523302eeb9164e9d39d (diff) | |
| download | bcm5719-llvm-6c0676d4e642e9ae3888ce6bceab75bb18e232e8.tar.gz bcm5719-llvm-6c0676d4e642e9ae3888ce6bceab75bb18e232e8.zip | |
The InstCombine hack has been removed, no need to XFAIL this any more.
llvm-svn: 32058
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Regression/Transforms/InstCombine/cast-and-cast.ll | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/test/Regression/Transforms/InstCombine/cast-and-cast.ll b/llvm/test/Regression/Transforms/InstCombine/cast-and-cast.ll index 6a1a803aebf..64647fb5bbd 100644 --- a/llvm/test/Regression/Transforms/InstCombine/cast-and-cast.ll +++ b/llvm/test/Regression/Transforms/InstCombine/cast-and-cast.ll @@ -1,9 +1,5 @@ ; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep bitcast -;; This requires Reid to remove the instcombine hack that turns trunc to bool into setne. -; XFAIL: * - - bool %test1(uint %val) { %t1 = bitcast uint %val to int %t2 = and int %t1, 1 |

