[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineDebugInfo.h

Jim Laskey jlaskey at apple.com
Mon Feb 6 13:54:18 PST 2006



Changes in directory llvm/include/llvm/CodeGen:

MachineDebugInfo.h updated: 1.12 -> 1.13
---
Log message:

Goodbye nasty macro.


---
Diffs of the changes:  (+1 -3)

 MachineDebugInfo.h |    4 +---
 1 files changed, 1 insertion(+), 3 deletions(-)


Index: llvm/include/llvm/CodeGen/MachineDebugInfo.h
diff -u llvm/include/llvm/CodeGen/MachineDebugInfo.h:1.12 llvm/include/llvm/CodeGen/MachineDebugInfo.h:1.13
--- llvm/include/llvm/CodeGen/MachineDebugInfo.h:1.12	Mon Feb  6 13:12:02 2006
+++ llvm/include/llvm/CodeGen/MachineDebugInfo.h	Mon Feb  6 15:54:05 2006
@@ -51,11 +51,9 @@
 //===----------------------------------------------------------------------===//
 // Debug info constants.
 
-// Invalid result indicator.
-#define DIINVALID (~0U)
-
 enum {
   LLVMDebugVersion = 1,                 // Current version of debug information.
+  DIInvalid = ~0U,                      // Invalid result indicator.
   
   // DebugInfoDesc type identifying tags.
   // FIXME - Change over with gcc4.






More information about the llvm-commits mailing list