Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/lib/Target/Mips/
-
trunk/
-
lib/
-
Target/
-
Mips/
-
MipsSEISelLowering.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D7615
[mips] Use isa<> instead of dyn_cast<> with unused value. NFC.
Closed
Public
Authored by
vkalintiris
on Feb 13 2015, 8:57 AM.
Download Raw Diff
Details
Reviewers
dsanders
Commits
rG46963f6e7330: [mips] Use isa<> instead of dyn_cast<> with unused value. NFC.
rL229138: [mips] Use isa<> instead of dyn_cast<> with unused value. NFC.
Diff Detail
Repository
rL LLVM
Event Timeline
vkalintiris
updated this revision to
Diff 19897
.
Feb 13 2015, 8:57 AM
vkalintiris
retitled this revision from
to
[mips] Use isa<> instead of dyn_cast<> with unused value. NFC.
.
vkalintiris
updated this object.
vkalintiris
edited the test plan for this revision.
(Show Details)
vkalintiris
added a reviewer:
dsanders
.
vkalintiris
added a subscriber:
Unknown Object (MLST)
.
dblaikie
added a subscriber:
dblaikie
.
Feb 13 2015, 10:26 AM
Comment Actions
LGTM, please commit.
Closed by commit
rL229138: [mips] Use isa<> instead of dyn_cast<> with unused value. NFC.
(authored by
vkalintiris
).
·
Explain Why
Feb 13 2015, 11:14 AM
This revision was automatically updated to reflect the committed changes.