This is an archive of the discontinued LLVM Phabricator instance.

[IR] Remove line causing build issues for VS2015
AbandonedPublic

Authored by dstuttard on Jun 6 2017, 2:46 AM.

Details

Reviewers
None
Summary

Change to add iterator and range accesor for the PHI nodes of basic block causes a build failure for
me on VS2015 (https://reviews.llvm.org/D33533)

It works on VS2017 so presumably this is a VS2015 limitation.

Removed the line to enable build. Is this required or is there an alternative way to implement it?

Event Timeline

dstuttard created this revision.Jun 6 2017, 2:46 AM
dstuttard abandoned this revision.Jun 6 2017, 8:56 AM