From 2cf24d8d84230dbdc8a278254cd765b377143f86 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 1 Dec 2006 01:50:45 +0000 Subject: [PATCH] The InstCombine hack has been removed, no need to XFAIL this any more. llvm-svn: 32058 --- test/Regression/Transforms/InstCombine/cast-and-cast.ll | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/Regression/Transforms/InstCombine/cast-and-cast.ll b/test/Regression/Transforms/InstCombine/cast-and-cast.ll index 6a1a803aebf..64647fb5bbd 100644 --- a/test/Regression/Transforms/InstCombine/cast-and-cast.ll +++ b/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