aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineFunction.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-06-19 22:08:58 +0000
committerDevang Patel <dpatel@apple.com>2009-06-19 22:08:58 +0000
commit1e86a66b00b94adc4ad6977ef6b47c516ac62cec (patch)
tree32b5b7051ca2f1a59a70deee175fe7b8d88293a7 /include/llvm/CodeGen/MachineFunction.h
parent14a55d952cf238fff42da53a75f39cf06dab184b (diff)
downloadexternal_llvm-1e86a66b00b94adc4ad6977ef6b47c516ac62cec.zip
external_llvm-1e86a66b00b94adc4ad6977ef6b47c516ac62cec.tar.gz
external_llvm-1e86a66b00b94adc4ad6977ef6b47c516ac62cec.tar.bz2
mv CodeGen/DebugLoc.h Support/DebugLoc.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73786 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineFunction.h')
-rw-r--r--include/llvm/CodeGen/MachineFunction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineFunction.h b/include/llvm/CodeGen/MachineFunction.h
index a110e58..0074f1a 100644
--- a/include/llvm/CodeGen/MachineFunction.h
+++ b/include/llvm/CodeGen/MachineFunction.h
@@ -19,7 +19,7 @@
#define LLVM_CODEGEN_MACHINEFUNCTION_H
#include "llvm/ADT/ilist.h"
-#include "llvm/CodeGen/DebugLoc.h"
+#include "llvm/Support/DebugLoc.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/Support/Annotation.h"
#include "llvm/Support/Allocator.h"