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:
e3427a5
)
Remove an over-zealous assertion. A pointer type could be illegal if the target...
author
Owen Anderson
<resistor@mac.com>
Tue, 27 Aug 2013 00:28:23 +0000
(
00:28
+0000)
committer
Owen Anderson
<resistor@mac.com>
Tue, 27 Aug 2013 00:28:23 +0000
(
00:28
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189299
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
b/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
index 79a4070ba5f7383ea3d108df53937059a4ee6ab2..d2c26d55073b7a71df1ed07a40746bff38db6643 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
+++ b/
lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
@@
-455,7
+455,6
@@
SDValue DAGTypeLegalizer::ExpandOp_NormalStore(SDNode *N, unsigned OpNo) {
Ptr = DAG.getNode(ISD::ADD, dl, Ptr.getValueType(), Ptr,
DAG.getConstant(IncrementSize, Ptr.getValueType()));
- assert(isTypeLegal(Ptr.getValueType()) && "Pointers must be legal!");
Hi = DAG.getStore(Chain, dl, Hi, Ptr,
St->getPointerInfo().getWithOffset(IncrementSize),
isVolatile, isNonTemporal,