[llvm-commits] CVS: llvm/lib/Target/Sparc/Sparc.h
Chris Lattner
sabre at nondot.org
Thu Nov 2 17:11:04 PST 2006
Changes in directory llvm/lib/Target/Sparc:
Sparc.h updated: 1.12 -> 1.13
---
Log message:
silence warnings
---
Diffs of the changes: (+1 -1)
Sparc.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/Sparc/Sparc.h
diff -u llvm/lib/Target/Sparc/Sparc.h:1.12 llvm/lib/Target/Sparc/Sparc.h:1.13
--- llvm/lib/Target/Sparc/Sparc.h:1.12 Wed May 24 12:04:04 2006
+++ llvm/lib/Target/Sparc/Sparc.h Thu Nov 2 19:10:49 2006
@@ -79,7 +79,7 @@
};
}
- static const char *SPARCCondCodeToString(SPCC::CondCodes CC) {
+ inline static const char *SPARCCondCodeToString(SPCC::CondCodes CC) {
switch (CC) {
default: assert(0 && "Unknown condition code");
case SPCC::ICC_NE: return "ne";
More information about the llvm-commits
mailing list