Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
[oota-llvm.git] / include / llvm / CodeGen / MachineFunction.h
index c393b07aaf347e452296141692d6210b517f1e49..3b4de3fc302c6ac3cb7f62acb5f15cc39d5c8bd2 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef LLVM_CODEGEN_MACHINEFUNCTION_H
 #define LLVM_CODEGEN_MACHINEFUNCTION_H
 
-#include "llvm/CodeGen/MachineDebugInfo.h"
+#include "llvm/CodeGen/MachineModuleInfo.h"
 #include "llvm/CodeGen/MachineBasicBlock.h"
 #include "llvm/Support/Annotation.h"