[llvm-commits] [llvm] r171140 - /llvm/trunk/lib/TableGen/TGParser.cpp
Sean Silva
silvas at purdue.edu
Sun Jan 6 18:10:46 PST 2013
On Sun, Jan 6, 2013 at 8:37 PM, Craig Topper <craig.topper at gmail.com> wrote:
> Can you tell me how to do what I need to do in X86InstrSSE.td then? See the
> example below. Without using #NAME# I get weird "anonymous" things added to
> the instruction names.
Just omit the leading `#` (i.e. use `NAME#`). The leading `#` is
ignored anyways.
-- Sean Silva
More information about the llvm-commits
mailing list