From afba446d99b3053a9aac0bbe04785601be5a4e97 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Mon, 1 May 2006 09:30:17 +0000 Subject: Formating git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28036 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/InstrInfoEmitter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/TableGen') 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; } } } -- cgit v1.2.3