Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lib/CodeGen/
-
CodeGen/
-
MachineBlockPlacement.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D18788
[BlockPlacement] Remove an unnecessary continue. NFC
Closed
Public
Authored by
haicheng
on Apr 5 2016, 6:56 AM.
Download Raw Diff
Details
Reviewers
gberry
mssimpso
mcrosier
Summary
continue is at the bottom of the loop.
Diff Detail
Repository
rL LLVM
Event Timeline
haicheng
updated this revision to
Diff 52680
.
Apr 5 2016, 6:56 AM
haicheng
retitled this revision from
to
[BlockPlacement] Remove an unnecessary continue. NFC
.
haicheng
updated this object.
haicheng
added reviewers:
mcrosier
,
gberry
,
mssimpso
.
haicheng
set the repository for this revision to
rL LLVM
.
haicheng
added a subscriber:
llvm-commits
.
Herald
added a subscriber:
mcrosier
.
·
View Herald Transcript
Apr 5 2016, 6:56 AM
mcrosier
accepted this revision.
Apr 5 2016, 8:07 AM
mcrosier
edited edge metadata.
Comment Actions
LGTM.
This revision is now accepted and ready to land.
Apr 5 2016, 8:07 AM
haicheng
closed this revision.
Apr 5 2016, 11:13 AM
Comment Actions
Committed in r265407.