Displaying 1 result from an estimated 1 matches for "exposepointerbase".
2009 May 27
0
[LLVMdev] Build fails on windows using VS2008
...rking copy)
@@ -443,7 +443,7 @@
// comments on expandAddToGEP for details.
if (SE.TD) {
SCEVHandle Base = S->getStart();
- SCEVHandle RestArray[1] = Rest;
+ SCEVHandle RestArray[1] = { Rest };
// Dig into the expression to find the pointer base for a GEP.
ExposePointerBase(Base, RestArray[0], SE);
// If we found a pointer, expand the AddRec with a GEP.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090527/b02cb2ab/attachment.html>
-------------- next part -----------...