OSDN Git Service

Rather then have a wrapper function, have tblgen instantiate the implementation.
authorChad Rosier <mcrosier@apple.com>
Mon, 24 Sep 2012 22:57:55 +0000 (22:57 +0000)
committerChad Rosier <mcrosier@apple.com>
Mon, 24 Sep 2012 22:57:55 +0000 (22:57 +0000)
commit2590c2e1e9e2f2a7f28672c10c2df55566238dfa
treec459affcd39cfe1f3228dc54f1586c1ec4b781e5
parentc9d0c7094183285a0c3da852d8ed513d2a459d6d
Rather then have a wrapper function, have tblgen instantiate the implementation.
Also remove an unused argument.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164567 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCTargetAsmParser.h
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
lib/Target/X86/AsmParser/X86AsmParser.cpp
utils/TableGen/AsmMatcherEmitter.cpp