projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2942e9c
)
remove one more occurance of this that snuck in
author
Chris Lattner
<sabre@nondot.org>
Wed, 13 Apr 2005 02:46:17 +0000
(
02:46
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 13 Apr 2005 02:46:17 +0000
(
02:46
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21271
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCISelPattern.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCISelPattern.cpp
b/lib/Target/PowerPC/PPCISelPattern.cpp
index 1e4b88f5b49e128f671399c21f88da91eed53cfe..f2f3f63e4e561ae4ff043a04ac8c1e0f14f6182a 100644
(file)
--- 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;
}
}