aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/LegalizeTypes.h
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2009-11-20 10:45:10 +0000
committerDuncan Sands <baldrick@free.fr>2009-11-20 10:45:10 +0000
commitc088ae8b84bfcdefb57efafb022430312bddf638 (patch)
tree2c4e186b664fff021e6fca692ba86cae25cdb5b2 /lib/CodeGen/SelectionDAG/LegalizeTypes.h
parent5da15364b9aa63161678252e49a6c475d619a81e (diff)
downloadexternal_llvm-c088ae8b84bfcdefb57efafb022430312bddf638.zip
external_llvm-c088ae8b84bfcdefb57efafb022430312bddf638.tar.gz
external_llvm-c088ae8b84bfcdefb57efafb022430312bddf638.tar.bz2
Fix PR5558, which was caused by a wrong fix for PR3393 (see commit 63048),
which was an expensive checks failure due to a bug in the checking. This patch in essence reverts the original fix for PR3393, and refixes it by a tweak to the way expensive checking is done. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89454 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/LegalizeTypes.h')
-rw-r--r--lib/CodeGen/SelectionDAG/LegalizeTypes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/LegalizeTypes.h b/lib/CodeGen/SelectionDAG/LegalizeTypes.h
index e1b7022..7b9b010 100644
--- a/lib/CodeGen/SelectionDAG/LegalizeTypes.h
+++ b/lib/CodeGen/SelectionDAG/LegalizeTypes.h
@@ -196,7 +196,6 @@ private:
DebugLoc dl);
SDValue PromoteTargetBoolean(SDValue Bool, EVT VT);
void ReplaceValueWith(SDValue From, SDValue To);
- void ReplaceValueWithHelper(SDValue From, SDValue To);
void SplitInteger(SDValue Op, SDValue &Lo, SDValue &Hi);
void SplitInteger(SDValue Op, EVT LoVT, EVT HiVT,
SDValue &Lo, SDValue &Hi);