diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-02-03 00:55:04 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-02-03 00:55:04 +0000 |
commit | 5aa0ddb0f8b15d4d0f3e6385908593e977360812 (patch) | |
tree | de315c770a738c7ebf04f1b144df9bd73c330afa /include/llvm/CodeGen/MachineFunction.h | |
parent | 38496ebf6f1efb9d29960d40cb9ee9877472cfb5 (diff) | |
download | external_llvm-5aa0ddb0f8b15d4d0f3e6385908593e977360812.zip external_llvm-5aa0ddb0f8b15d4d0f3e6385908593e977360812.tar.gz external_llvm-5aa0ddb0f8b15d4d0f3e6385908593e977360812.tar.bz2 |
Create DebugLoc information in FastISel. Several temporary methods were
created. Specifically, those BuildMIs which use
"DebugLoc::getUnknownLoc()". I'll remove them soon.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63584 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineFunction.h')
-rw-r--r-- | include/llvm/CodeGen/MachineFunction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/MachineFunction.h b/include/llvm/CodeGen/MachineFunction.h index 0d5a71d..6abedb5 100644 --- a/include/llvm/CodeGen/MachineFunction.h +++ b/include/llvm/CodeGen/MachineFunction.h @@ -286,6 +286,7 @@ public: /// of `new MachineInstr'. /// MachineInstr *CreateMachineInstr(const TargetInstrDesc &TID, + DebugLoc DL, bool NoImp = false); /// CloneMachineInstr - Create a new MachineInstr which is a copy of the |