diff options
author | Chris Lattner <sabre@nondot.org> | 2005-01-21 23:43:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-01-21 23:43:12 +0000 |
commit | 9bb86f46e134bf75d1dd76d9865156fb67eb24eb (patch) | |
tree | 5a1e5fed81a2949d34ad3b032366b9d2dda4b49f /lib/CodeGen/SelectionDAG/SelectionDAG.cpp | |
parent | 1e7ceaf0a0ff966725957f123bd6958f6884d674 (diff) |
Remove unneeded line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19736 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 0ba2f524dd..3d7d3bfa6f 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -1231,4 +1231,3 @@ void SelectionDAG::dump() const { std::cerr << "\n\n"; } - |