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 | 593916d7327c8b01fa21b6a64aaf042366c1e9c4 (patch) | |
| tree | ed46c61b7e2555e8c97d6d05d7dcecc9975f002d /llvm/lib/Target | |
| parent | 1c71b78fbe64167f23dc879480126a7e040b975b (diff) | |
| download | bcm5719-llvm-593916d7327c8b01fa21b6a64aaf042366c1e9c4.tar.gz bcm5719-llvm-593916d7327c8b01fa21b6a64aaf042366c1e9c4.zip | |
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 :)
llvm-svn: 100218
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/PIC16/PIC16DebugInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16DebugInfo.h b/llvm/lib/Target/PIC16/PIC16DebugInfo.h index 4e5fb875cbe..54e27c7c337 100644 --- a/llvm/lib/Target/PIC16/PIC16DebugInfo.h +++ b/llvm/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, |

