Changes in directory llvm/lib/CodeGen:

DwarfWriter.cpp updated: 1.127 -> 1.128
---
Log message:

Missing end of abbreviations - correction

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

 DwarfWriter.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/CodeGen/DwarfWriter.cpp
diff -u llvm/lib/CodeGen/DwarfWriter.cpp:1.127 
llvm/lib/CodeGen/DwarfWriter.cpp:1.128
--- llvm/lib/CodeGen/DwarfWriter.cpp:1.127      Thu Feb 22 12:22:42 2007
+++ llvm/lib/CodeGen/DwarfWriter.cpp    Thu Feb 22 12:48:52 2007
@@ -2105,7 +2105,7 @@
       }
       
       // Mark end of abbreviations.
-      DD.getAsm()->EmitULEB128Bytes(0); DD.getAsm()->EOL("EOM(3)");
+      Asm->EmitULEB128Bytes(0); Asm->EOL("EOM(3)");
 
       EmitLabel("abbrev_end", 0);
     



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to