commit | afba446d99b3053a9aac0bbe04785601be5a4e97 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Mon May 01 09:30:17 2006 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Mon May 01 09:30:17 2006 +0000 |
tree | 9faea7306260f1305a2b90b5508ef474990b5a05 | |
parent | 22608c2d1feeb649770f8cceab5ccdf949a24543 [diff] [blame] |
Formating git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28036 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/InstrInfoEmitter.cpp b/utils/TableGen/InstrInfoEmitter.cpp index 15ca520..35fbed3 100644 --- a/utils/TableGen/InstrInfoEmitter.cpp +++ b/utils/TableGen/InstrInfoEmitter.cpp
@@ -195,7 +195,7 @@ Record *Operator = OpDef->getDef(); if (Operator->isSubClassOf("SDNode") && Operator->getValueAsString("Opcode") == "ISD::STORE") - isStore = true; + isStore = true; } } }