commit | 1a21ab69250b7566947296576404bc94e4fbd178 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Fri Nov 14 00:32:34 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Fri Nov 14 00:32:34 2008 +0000 |
tree | 5234aab726fc7190fed5f617e5ad0bfa9a73a100 | |
parent | 8f973f157dc313f3bd732f109c10e6a8768181b1 [diff] [blame] |
Check in the correct version of the patch in r59279. llvm-svn: 59280
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp index 66ada59..758b8f2 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
@@ -462,7 +462,7 @@ } else { std::string s; raw_string_ostream oss(s); - SU->MI->print(oss); + SU->getInstr()->print(oss); Op += oss.str(); }