diff options
author | Chris Lattner <sabre@nondot.org> | 2007-05-05 22:41:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-05-05 22:41:13 +0000 |
commit | a993dd0cfc7a8693e727c2532438443309987c3d (patch) | |
tree | 9f0b2a9bdcffa1bed73573ef3e3c70c481aef7f4 /test/Transforms/InstCombine/cast_ptr.ll | |
parent | d717c1859af17785aaa35ec69a72d337300432e5 (diff) |
un-xfail this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36808 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/cast_ptr.ll')
-rw-r--r-- | test/Transforms/InstCombine/cast_ptr.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/cast_ptr.ll b/test/Transforms/InstCombine/cast_ptr.ll index ee19f7a80e..c067988915 100644 --- a/test/Transforms/InstCombine/cast_ptr.ll +++ b/test/Transforms/InstCombine/cast_ptr.ll @@ -1,6 +1,5 @@ ; Tests to make sure elimination of casts is working correctly ; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | notcast -; XFAIL: * target pointersize = 32 |