diff options
author | Dale Johannesen <dalej@apple.com> | 2009-02-04 23:02:30 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2009-02-04 23:02:30 +0000 |
commit | f08a47bb70e2c2523fdb39a7e831ce3438d9d787 (patch) | |
tree | 4d160775f4177300917ad1ebacbf5c95a36bf280 /llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | |
parent | ae616c2c61d8e415ae10d4f34a6d92b8470c1f77 (diff) | |
download | bcm5719-llvm-f08a47bb70e2c2523fdb39a7e831ce3438d9d787.tar.gz bcm5719-llvm-f08a47bb70e2c2523fdb39a7e831ce3438d9d787.zip |
Remove non-DebugLoc forms of CopyToReg and CopyFromReg.
Adjust callers.
llvm-svn: 63789
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 537b70493e8..32f69350393 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -4386,7 +4386,7 @@ SDNode *SelectionDAG::MorphNodeTo(SDNode *N, unsigned Opc, /// /// Note that MorphNodeTo returns the resultant node. If there is already a /// node of the specified opcode and operands, it returns that node instead of -/// the current one. +/// the current one. Note that the DebugLoc need not be the same. /// /// Using MorphNodeTo is faster than creating a new node and swapping it in /// with ReplaceAllUsesWith both because it often avoids allocating a new |