summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/Operator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Put GEPOperator member function definition in the appropriate .cpp fileDavid Blaikie2015-05-211-0/+31
| | | | | | Last commit put it in Constants.cpp instead of Operator.cpp llvm-svn: 237960
* [opaque pointer type] Explicit pointee type for GEPOperator/GEPConstantExpr.David Blaikie2015-05-081-0/+13
Also a couple of other changes to avoid use of PointerType::getElementType here & there too. llvm-svn: 236799
OpenPOWER on IntegriCloud