aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCISelPattern.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-04-13 02:46:17 +0000
committerChris Lattner <sabre@nondot.org>2005-04-13 02:46:17 +0000
commit519f40ba4e88df9a6c6742dda68f6208db99917f (patch)
tree8761fb9285bce91f252e5c13fa7e9c86d4e120e1 /lib/Target/PowerPC/PPCISelPattern.cpp
parent2942e9c30139fd6a73d3ceae8f7e0b59f8e22279 (diff)
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
Diffstat (limited to 'lib/Target/PowerPC/PPCISelPattern.cpp')
-rw-r--r--lib/Target/PowerPC/PPCISelPattern.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCISelPattern.cpp b/lib/Target/PowerPC/PPCISelPattern.cpp
index 1e4b88f5b4..f2f3f63e4e 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;
}
}