This is an archive of the discontinued LLVM Phabricator instance.

Make global named registers internal variables
ClosedPublic

Authored by rengolin on May 20 2014, 7:00 AM.

Details

Reviewers
rengolin
rnk
Summary

To avoid emission of the global variable (on both IR and asm/obj), we need to mark it internal (ie. "should not emit").

Diff Detail

Event Timeline

rengolin updated this revision to Diff 9621.May 20 2014, 7:00 AM
rengolin retitled this revision from to Make global named registers internal variables.
rengolin updated this object.
rengolin edited the test plan for this revision. (Show Details)
rengolin added a reviewer: rnk.
rengolin set the repository for this revision to rL LLVM.
rengolin added subscribers: rafael, Unknown Object (MLST).

LGTM with a nit.

rengolin accepted this revision.May 21 2014, 3:48 AM
rengolin added a reviewer: rengolin.

Committed in r209289

This revision is now accepted and ready to land.May 21 2014, 3:48 AM
rengolin closed this revision.May 21 2014, 3:49 AM