diff options
author | Devang Patel <dpatel@apple.com> | 2009-06-19 22:08:58 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2009-06-19 22:08:58 +0000 |
commit | 1e86a66b00b94adc4ad6977ef6b47c516ac62cec (patch) | |
tree | 32b5b7051ca2f1a59a70deee175fe7b8d88293a7 /include/llvm/CodeGen/FastISel.h | |
parent | 14a55d952cf238fff42da53a75f39cf06dab184b (diff) |
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/FastISel.h')
-rw-r--r-- | include/llvm/CodeGen/FastISel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/FastISel.h b/include/llvm/CodeGen/FastISel.h index 38c1710d71..c7b1a42d06 100644 --- a/include/llvm/CodeGen/FastISel.h +++ b/include/llvm/CodeGen/FastISel.h @@ -16,7 +16,6 @@ #include "llvm/ADT/DenseMap.h" #include "llvm/ADT/SmallSet.h" -#include "llvm/CodeGen/DebugLoc.h" #include "llvm/CodeGen/SelectionDAGNodes.h" namespace llvm { |