From a993dd0cfc7a8693e727c2532438443309987c3d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 5 May 2007 22:41:13 +0000 Subject: [PATCH] un-xfail this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36808 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/cast_ptr.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Transforms/InstCombine/cast_ptr.ll b/test/Transforms/InstCombine/cast_ptr.ll index ee19f7a80e6..c0679889150 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 -- 2.34.1