[llvm-commits] [llvm-commit][llvm-gcc] Modify headers.

Jim Laskey jlaskey at apple.com
Fri Jan 26 14:52:40 PST 2007


Index: gcc/llvm-debug.cpp
===================================================================
--- gcc/llvm-debug.cpp  (revision 122891)
+++ gcc/llvm-debug.cpp  (working copy)
@@ -35,7 +35,7 @@
#include "llvm/Support/Dwarf.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/ADT/StringExtras.h"
-#include "llvm/CodeGen/MachineDebugInfo.h"
+#include "llvm/CodeGen/MachineModuleInfo.h"
#include <iostream>
Index: gcc/llvm-debug.h
===================================================================
--- gcc/llvm-debug.h    (revision 122891)
+++ gcc/llvm-debug.h    (working copy)
@@ -28,7 +28,7 @@
#ifndef LLVM_DEBUG_H
#define LLVM_DEBUG_H
-#include "llvm/CodeGen/MachineDebugInfo.h"
+#include "llvm/CodeGen/MachineModuleInfo.h"

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20070126/a88966d7/attachment.bin>


More information about the llvm-commits mailing list