This is an archive of the discontinued LLVM Phabricator instance.

Fix comments about IndirectBrInst in Instructions.h
ClosedPublic

Authored by yo on Aug 28 2016, 10:00 PM.

Details

Summary

There seems to be some misplaced comments in IndirectBrInst's class definition.
The comments are actually SwitchInst's. This patch fixes the comments.

Diff Detail

Repository
rL LLVM

Event Timeline

yo updated this revision to Diff 69530.Aug 28 2016, 10:00 PM
yo retitled this revision from to Fix comments about IndirectBrInst in Instructions.h.
yo updated this object.
yo added a subscriber: llvm-commits.
yo added a reviewer: lattner.Aug 28 2016, 10:28 PM
lattner accepted this revision.Aug 30 2016, 2:30 PM
lattner edited edge metadata.
This revision is now accepted and ready to land.Aug 30 2016, 2:30 PM
yo added a comment.Aug 30 2016, 8:03 PM

Thanks Chris ! Much appreciate for your fast response.
However, since I'm new to this development community, I don't have commit access to the svn.
Could you help me commit this patch ?
Thanks again !

This revision was automatically updated to reflect the committed changes.