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"

Attachment: smime.p7s
Description: S/MIME cryptographic signature

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

Reply via email to