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/
-
CodeGenDAGPatterns.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D61605
Fix a typo
Closed
Public
Authored by
yan_luo
on May 6 2019, 11:22 AM.
Download Raw Diff
Details
Reviewers
stoklund
craig.topper
hfinkel
Commits
rZORG31105cad8bb8: [TableGen] Fix a typo
rZORG557385e5178e: [TableGen] Fix a typo
rG31105cad8bb8: [TableGen] Fix a typo
rG557385e5178e: [TableGen] Fix a typo
rG55ed2f53095f: [TableGen] Fix a typo
rL360106: [TableGen] Fix a typo
Summary
Check B instead of S in the second condition.
Diff Detail
Repository
rL LLVM
Event Timeline
yan_luo
created this revision.
May 6 2019, 11:22 AM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
May 6 2019, 11:22 AM
Herald
added a subscriber:
llvm-commits
.
·
View Herald Transcript
yan_luo
added reviewers:
craig.topper
,
hfinkel
.
May 6 2019, 2:41 PM
craig.topper
accepted this revision.
May 6 2019, 4:46 PM
Comment Actions
LGTM
This revision is now accepted and ready to land.
May 6 2019, 4:46 PM
Closed by commit
rL360106: [TableGen] Fix a typo
(authored by
yanluo
).
·
Explain Why
May 6 2019, 6:07 PM
This revision was automatically updated to reflect the committed changes.