summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2016-06-19 12:37:52 +0000
committerJoerg Sonnenberger <joerg@bec.de>2016-06-19 12:37:52 +0000
commitfe68b0408b6855c8c88a1d594c7154dd30461911 (patch)
treec120c4c9edb4fcf7ac98ace56fe2697c9a57f46d /llvm/lib/CodeGen
parent0c1e0026aa4d343e9aba0a79fa5577a10344acf2 (diff)
downloadbcm5719-llvm-fe68b0408b6855c8c88a1d594c7154dd30461911.tar.gz
bcm5719-llvm-fe68b0408b6855c8c88a1d594c7154dd30461911.zip
Indent consistently.
llvm-svn: 273109
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp2
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";
OpenPOWER on IntegriCloud