summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-09-06 21:23:43 +0000
committerChris Lattner <sabre@nondot.org>2010-09-06 21:23:43 +0000
commit80db4e51d2a44bc623b5892bed2351406890b9aa (patch)
tree371fb9e988bb60ae22d2354dcf417376ec3ad477 /utils
parent2b1f943444d1853204725c7b45b1e1032be39958 (diff)
downloadllvm-80db4e51d2a44bc623b5892bed2351406890b9aa.tar.gz
llvm-80db4e51d2a44bc623b5892bed2351406890b9aa.tar.bz2
llvm-80db4e51d2a44bc623b5892bed2351406890b9aa.tar.xz
;
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113172 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/AsmMatcherEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/AsmMatcherEmitter.cpp b/utils/TableGen/AsmMatcherEmitter.cpp
index a9dd6b6e97..ef71cf3938 100644
--- a/utils/TableGen/AsmMatcherEmitter.cpp
+++ b/utils/TableGen/AsmMatcherEmitter.cpp
@@ -1720,7 +1720,7 @@ void AsmMatcherEmitter::run(raw_ostream &OS) {
<< Info.Instructions.size() << ", Mnemonic, LessOpcode());\n\n";
OS << " for (const MatchEntry *it = MnemonicRange.first, "
- << "*ie = MnemonicRange.second;\n"
+ << "*ie = MnemonicRange.second;\n";
OS << " it != ie; ++it) {\n";
OS << " // Instruction mneumonic must match.\n";