From: Chris Lattner Date: Wed, 13 Apr 2005 02:46:17 +0000 (+0000) Subject: remove one more occurance of this that snuck in X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=519f40ba4e88df9a6c6742dda68f6208db99917f;p=oota-llvm.git remove one more occurance of this that snuck in git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21271 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPCISelPattern.cpp b/lib/Target/PowerPC/PPCISelPattern.cpp index 1e4b88f5b49..f2f3f63e4e5 100644 --- a/lib/Target/PowerPC/PPCISelPattern.cpp +++ b/lib/Target/PowerPC/PPCISelPattern.cpp @@ -663,7 +663,7 @@ static bool NodeHasRecordingVariant(unsigned NodeOpcode) { default: return false; case ISD::AND: case ISD::OR: - case ISD::ZERO_EXTEND_INREG: return true; + return true; } }