projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec6789b
)
[opaque pointer type] Use pointee type retrieved from asm, rather than accessing...
author
David Blaikie
<dblaikie@gmail.com>
Wed, 22 Apr 2015 16:37:35 +0000
(16:37 +0000)
committer
David Blaikie
<dblaikie@gmail.com>
Wed, 22 Apr 2015 16:37:35 +0000
(16:37 +0000)
llvm-svn: 235520
llvm/lib/AsmParser/LLParser.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/AsmParser/LLParser.cpp
b/llvm/lib/AsmParser/LLParser.cpp
index
2e8008b
..
64bf7cd
100644
(file)
--- a/
llvm/lib/AsmParser/LLParser.cpp
+++ b/
llvm/lib/AsmParser/LLParser.cpp
@@
-2849,8
+2849,7
@@
bool LLParser::ParseValID(ValID &ID, PerFunctionState *PFS) {
}
SmallPtrSet<const Type*, 4> Visited;
- if (!Indices.empty() &&
- !BasePointerType->getElementType()->isSized(&Visited))
+ if (!Indices.empty() && !Ty->isSized(&Visited))
return Error(ID.Loc, "base element of getelementptr must be sized");
if (!GetElementPtrInst::getIndexedType(Ty, Indices))