[llvm-commits] CVS: llvm/utils/TableGen/InstrInfoEmitter.cpp
Evan Cheng
evan.cheng at apple.com
Mon May 1 02:30:51 PDT 2006
Changes in directory llvm/utils/TableGen:
InstrInfoEmitter.cpp updated: 1.37 -> 1.38
---
Log message:
Formating
---
Diffs of the changes: (+1 -1)
InstrInfoEmitter.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/utils/TableGen/InstrInfoEmitter.cpp
diff -u llvm/utils/TableGen/InstrInfoEmitter.cpp:1.37 llvm/utils/TableGen/InstrInfoEmitter.cpp:1.38
--- llvm/utils/TableGen/InstrInfoEmitter.cpp:1.37 Mon May 1 04:04:20 2006
+++ llvm/utils/TableGen/InstrInfoEmitter.cpp Mon May 1 04:30:17 2006
@@ -195,7 +195,7 @@
Record *Operator = OpDef->getDef();
if (Operator->isSubClassOf("SDNode") &&
Operator->getValueAsString("Opcode") == "ISD::STORE")
- isStore = true;
+ isStore = true;
}
}
}
More information about the llvm-commits
mailing list