This is an archive of the discontinued LLVM Phabricator instance.

[NFC][LoopFusion] Fix printing of the guard branch.
ClosedPublic

Authored by Whitney on Dec 25 2019, 9:55 AM.

Details

Reviewers
kbarton
jdoerfert
Summary

getName() of a BranchInst is the empty string, because it doesn't have a return value.

Diff Detail

Event Timeline

Whitney created this revision.Dec 25 2019, 9:55 AM
This revision is now accepted and ready to land.Dec 25 2019, 3:09 PM