diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-02 20:21:22 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-02 20:21:22 +0000 |
commit | 84e679beea11ac55ed7871eec4deaccdf393de3e (patch) | |
tree | c7c12d8e81ba80c497669b36c5d44ec098791a0b /lib/Target | |
parent | b494ccf02ce17318d3f2a7b2d674bec60781fc73 (diff) | |
download | external_llvm-84e679beea11ac55ed7871eec4deaccdf393de3e.zip external_llvm-84e679beea11ac55ed7871eec4deaccdf393de3e.tar.gz external_llvm-84e679beea11ac55ed7871eec4deaccdf393de3e.tar.bz2 |
rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.
This keeps around temporary typedef for clang/llvm-gcc so the
build won't break when I commit this :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100218 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r-- | lib/Target/PIC16/PIC16DebugInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PIC16/PIC16DebugInfo.h b/lib/Target/PIC16/PIC16DebugInfo.h index 4e5fb87..54e27c7 100644 --- a/lib/Target/PIC16/PIC16DebugInfo.h +++ b/lib/Target/PIC16/PIC16DebugInfo.h @@ -19,7 +19,7 @@ namespace llvm { class MachineFunction; - class NewDebugLoc; typedef NewDebugLoc DebugLoc; + class DebugLoc; namespace PIC16Dbg { enum VarType { T_NULL, |