diff options
author | Dale Johannesen <dalej@apple.com> | 2009-01-27 23:32:10 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2009-01-27 23:32:10 +0000 |
commit | ab160cf371d6148d49b5401a903dd4ce381b2f8c (patch) | |
tree | 10edfbebe80fe51d562d789dbfbabfd296014047 /include/llvm/CodeGen/MachineInstr.h | |
parent | 7009d24e8157dbe3689f7f44b64cedf6e1371b84 (diff) |
Embalm my ideas of how things should work. Not that
anyone will pay attention.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63155 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineInstr.h')
-rw-r--r-- | include/llvm/CodeGen/MachineInstr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h index 3488ea3a0d..2a3f98dbc5 100644 --- a/include/llvm/CodeGen/MachineInstr.h +++ b/include/llvm/CodeGen/MachineInstr.h @@ -313,6 +313,7 @@ public: void setDesc(const TargetInstrDesc &tid) { TID = &tid; } /// setDebugLoc - Replace current source information with new such. + /// Avoid using this, the constructor argument is preferable. /// void setDebugLoc(const DebugLoc dl) { debugLoc = dl; } |