diff options
| author | Joerg Sonnenberger <joerg@bec.de> | 2016-06-19 12:37:52 +0000 |
|---|---|---|
| committer | Joerg Sonnenberger <joerg@bec.de> | 2016-06-19 12:37:52 +0000 |
| commit | fe68b0408b6855c8c88a1d594c7154dd30461911 (patch) | |
| tree | c120c4c9edb4fcf7ac98ace56fe2697c9a57f46d | |
| parent | 0c1e0026aa4d343e9aba0a79fa5577a10344acf2 (diff) | |
| download | bcm5719-llvm-fe68b0408b6855c8c88a1d594c7154dd30461911.tar.gz bcm5719-llvm-fe68b0408b6855c8c88a1d594c7154dd30461911.zip | |
Indent consistently.
llvm-svn: 273109
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp index c6c99d95f37..401da059ded 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp @@ -101,7 +101,7 @@ std::string SDNode::getOperationName(const SelectionDAG *G) const { case ISD::GLOBAL_OFFSET_TABLE: return "GLOBAL_OFFSET_TABLE"; case ISD::RETURNADDR: return "RETURNADDR"; case ISD::FRAMEADDR: return "FRAMEADDR"; - case ISD::LOCAL_RECOVER: return "LOCAL_RECOVER"; + case ISD::LOCAL_RECOVER: return "LOCAL_RECOVER"; case ISD::READ_REGISTER: return "READ_REGISTER"; case ISD::WRITE_REGISTER: return "WRITE_REGISTER"; case ISD::FRAME_TO_ARGS_OFFSET: return "FRAME_TO_ARGS_OFFSET"; |

