diff options
author | Chris Lattner <sabre@nondot.org> | 2010-11-01 02:15:23 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-11-01 02:15:23 +0000 |
commit | f78081145695baa5d0b004e674c4561245b13b52 (patch) | |
tree | f0c8b7bcb3a6f125725963dbd3603f4cc7acfc75 /utils/TableGen/AsmMatcherEmitter.cpp | |
parent | 4a74ee7203d119232d9c6df33946c01611e433f8 (diff) | |
download | external_llvm-f78081145695baa5d0b004e674c4561245b13b52.tar.gz external_llvm-f78081145695baa5d0b004e674c4561245b13b52.tar.bz2 external_llvm-f78081145695baa5d0b004e674c4561245b13b52.zip |
eliminate the old InstFormatName which is always "AsmString",
simplify CodeGenInstruction. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117891 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/AsmMatcherEmitter.cpp')
-rw-r--r-- | utils/TableGen/AsmMatcherEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/AsmMatcherEmitter.cpp b/utils/TableGen/AsmMatcherEmitter.cpp index c047a5d993..37a8c8f79b 100644 --- a/utils/TableGen/AsmMatcherEmitter.cpp +++ b/utils/TableGen/AsmMatcherEmitter.cpp @@ -945,7 +945,7 @@ void AsmMatcherInfo::BuildInfo() { Instructions.push_back(II.take()); } - + // Build info for the register classes. BuildRegisterClasses(SingletonRegisters); |