summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMGlobalMerge.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-09-28 04:18:29 +0000
committerEric Christopher <echristo@apple.com>2010-09-28 04:18:29 +0000
commitbf86fd3c478d41e12793e24742579bb99b1feca1 (patch)
tree50018fc2fcd5e1e6dc5be53c12539719d5b80c75 /llvm/lib/Target/ARM/ARMGlobalMerge.cpp
parent3dc97324c1bcb8c32d0dad4b4a2d1364d741f86c (diff)
downloadbcm5719-llvm-bf86fd3c478d41e12793e24742579bb99b1feca1.tar.gz
bcm5719-llvm-bf86fd3c478d41e12793e24742579bb99b1feca1.zip
80-col fixups.
llvm-svn: 114943
Diffstat (limited to 'llvm/lib/Target/ARM/ARMGlobalMerge.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMGlobalMerge.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMGlobalMerge.cpp b/llvm/lib/Target/ARM/ARMGlobalMerge.cpp
index 9aaeeec02ae..fdcb67062f9 100644
--- a/llvm/lib/Target/ARM/ARMGlobalMerge.cpp
+++ b/llvm/lib/Target/ARM/ARMGlobalMerge.cpp
@@ -12,7 +12,8 @@
// global). Such a transformation can significantly reduce the register pressure
// when many globals are involved.
//
-// For example, consider the code which touches several global variables at once:
+// For example, consider the code which touches several global variables at
+// once:
//
// static int foo[N], bar[N], baz[N];
//
@@ -48,7 +49,7 @@
// str r0, [r5], #4
//
// note that we saved 2 registers here almostly "for free".
-// ===----------------------------------------------------------------------===//
+// ===---------------------------------------------------------------------===//
#define DEBUG_TYPE "arm-global-merge"
#include "ARM.h"
OpenPOWER on IntegriCloud