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:
576e46f
)
Remove a few lines of dead code.
author
Evan Cheng
<evan.cheng@apple.com>
Sat, 17 Dec 2005 07:18:44 +0000
(07:18 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Sat, 17 Dec 2005 07:18:44 +0000
(07:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24768
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86ISelLowering.cpp
b/lib/Target/X86/X86ISelLowering.cpp
index 1facdd35cf32c20b6f09beeec72f77bc71a88e2a..dac14daf49a3bd7735ecedc6d1750b6b48e8acd5 100644
(file)
--- a/
lib/Target/X86/X86ISelLowering.cpp
+++ b/
lib/Target/X86/X86ISelLowering.cpp
@@
-936,10
+936,7
@@
SDOperand X86TargetLowering::LowerOperation(SDOperand Op, SelectionDAG &DAG) {
return DAG.getNode(ISD::MERGE_VALUES, Tys, Ops);
}
case ISD::SELECT: {
- unsigned Opc;
SDOperand Cond = Op.getOperand(0);
- SDOperand True = Op.getOperand(1);
- SDOperand False = Op.getOperand(2);
SDOperand CC;
if (Cond.getOpcode() == ISD::SETCC) {
CC = Cond.getOperand(2);