Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/utils/TableGen/
-
trunk/
-
utils/
-
TableGen/
-
GlobalISelEmitter.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D48534
[NFC] Prefer (void) to LLVM_ATTRIBUTE_UNUSED for unused var in GlobalISElemitter.cpp.
Closed
Public
Authored by
a.elovikov
on Jun 25 2018, 1:39 AM.
Download Raw Diff
Details
Reviewers
dsanders
craig.topper
Commits
rG36cbbff48e5e: [NFC] Prefer (void) to LLVM_ATTRIBUTE_UNUSED for unused var in…
rL335581: [NFC] Prefer (void) to LLVM_ATTRIBUTE_UNUSED for unused var in…
Diff Detail
Repository
rL LLVM
Event Timeline
a.elovikov
created this revision.
Jun 25 2018, 1:39 AM
Herald
added subscribers:
kristof.beyls
,
rovka
.
·
View Herald Transcript
Jun 25 2018, 1:39 AM
Harbormaster
completed remote builds in
B19658: Diff 152635
.
Jun 25 2018, 1:39 AM
dsanders
accepted this revision.
Jun 25 2018, 9:57 AM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Jun 25 2018, 9:57 AM
Closed by commit
rL335581: [NFC] Prefer (void) to LLVM_ATTRIBUTE_UNUSED for unused var in…
(authored by
a.elovikov
).
·
Explain Why
Jun 26 2018, 12:09 AM
This revision was automatically updated to reflect the committed changes.