[llvm-commits] CVS: llvm/lib/Target/TargetData.cpp
Lauro Ramos Venancio
lauro.venancio at gmail.com
Wed May 2 13:38:17 PDT 2007
Changes in directory llvm/lib/Target:
TargetData.cpp updated: 1.108 -> 1.109
---
Log message:
Fix build error.
---
Diffs of the changes: (+1 -1)
TargetData.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/TargetData.cpp
diff -u llvm/lib/Target/TargetData.cpp:1.108 llvm/lib/Target/TargetData.cpp:1.109
--- llvm/lib/Target/TargetData.cpp:1.108 Tue May 1 16:15:46 2007
+++ llvm/lib/Target/TargetData.cpp Wed May 2 15:37:47 2007
@@ -33,9 +33,9 @@
// Handle the Pass registration stuff necessary to use TargetData's.
namespace {
// Register the default SparcV9 implementation...
- const int TargetData::ID = 0;
RegisterPass<TargetData> X("targetdata", "Target Data Layout");
}
+const int TargetData::ID = 0;
//===----------------------------------------------------------------------===//
// Support for StructLayout
More information about the llvm-commits
mailing list