summaryrefslogtreecommitdiff
path: root/utils/TableGen
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-05-01 09:30:17 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-05-01 09:30:17 +0000
commitafba446d99b3053a9aac0bbe04785601be5a4e97 (patch)
tree9faea7306260f1305a2b90b5508ef474990b5a05 /utils/TableGen
parent22608c2d1feeb649770f8cceab5ccdf949a24543 (diff)
downloadllvm-afba446d99b3053a9aac0bbe04785601be5a4e97.tar.gz
llvm-afba446d99b3053a9aac0bbe04785601be5a4e97.tar.bz2
llvm-afba446d99b3053a9aac0bbe04785601be5a4e97.tar.xz
Formating
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28036 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen')
-rw-r--r--utils/TableGen/InstrInfoEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/InstrInfoEmitter.cpp b/utils/TableGen/InstrInfoEmitter.cpp
index 15ca5205cd..35fbed3793 100644
--- a/utils/TableGen/InstrInfoEmitter.cpp
+++ b/utils/TableGen/InstrInfoEmitter.cpp
@@ -195,7 +195,7 @@ void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num,
Record *Operator = OpDef->getDef();
if (Operator->isSubClassOf("SDNode") &&
Operator->getValueAsString("Opcode") == "ISD::STORE")
- isStore = true;
+ isStore = true;
}
}
}