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 | 9bc96a57206cbebaa9b0ba9979f949eb10c1592c (patch) | |
tree | de315c770a738c7ebf04f1b144df9bd73c330afa /include/llvm/CodeGen/MachineFunction.h | |
parent | ff97d4fe81ef0dcee9fe490bed8ab08e40251905 (diff) | |
download | external_llvm-9bc96a57206cbebaa9b0ba9979f949eb10c1592c.zip external_llvm-9bc96a57206cbebaa9b0ba9979f949eb10c1592c.tar.gz external_llvm-9bc96a57206cbebaa9b0ba9979f949eb10c1592c.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 |