This is an archive of the discontinued LLVM Phabricator instance.

[MC][AArch64] Cleanup end-of-line parsing in AArch64 AsmParser.
ClosedPublic

Authored by niravd on Nov 4 2016, 2:07 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

niravd updated this revision to Diff 76941.Nov 4 2016, 2:07 PM
niravd retitled this revision from to [MC][AArch64] Cleanup end-of-line parsing in AArch64 AsmParser..
niravd added reviewers: t.p.northover, rengolin.
niravd added a subscriber: llvm-commits.
rengolin edited edge metadata.Nov 4 2016, 9:21 PM

Small comments, otherwise, loos good.

lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
4163 ↗(On Diff #76941)

Shouldn't this be emitting an error?

4217 ↗(On Diff #76941)

here too

rengolin accepted this revision.Nov 7 2016, 9:39 AM
rengolin edited edge metadata.

Ah, right. LGTM. Thanks!

This revision is now accepted and ready to land.Nov 7 2016, 9:39 AM
This revision was automatically updated to reflect the committed changes.