aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-11-28 19:59:09 +0000
committerChad Rosier <mcrosier@apple.com>2011-11-28 19:59:09 +0000
commitaa5656c6b9161608005cf8dc85027c160a925e58 (patch)
treebd2bb808e69697f31af753779a5451588165e77d /lib/CodeGen/SelectionDAG
parentc80383095e1fd6a5567a0126b3ee551df8a2aacd (diff)
downloadexternal_llvm-aa5656c6b9161608005cf8dc85027c160a925e58.zip
external_llvm-aa5656c6b9161608005cf8dc85027c160a925e58.tar.gz
external_llvm-aa5656c6b9161608005cf8dc85027c160a925e58.tar.bz2
80-column.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145267 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG')
-rw-r--r--lib/CodeGen/SelectionDAG/FastISel.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/CodeGen/SelectionDAG/FastISel.cpp b/lib/CodeGen/SelectionDAG/FastISel.cpp
index cff37c2..2087a1b 100644
--- a/lib/CodeGen/SelectionDAG/FastISel.cpp
+++ b/lib/CodeGen/SelectionDAG/FastISel.cpp
@@ -62,8 +62,10 @@
#include "llvm/ADT/Statistic.h"
using namespace llvm;
-STATISTIC(NumFastIselSuccessIndependent, "Number of insts selected by target-independent selector");
-STATISTIC(NumFastIselSuccessTarget, "Number of insts selected by target-specific selector");
+STATISTIC(NumFastIselSuccessIndependent, "Number of insts selected by "
+ "target-independent selector");
+STATISTIC(NumFastIselSuccessTarget, "Number of insts selected by "
+ "target-specific selector");
/// startNewBlock - Set the current block to which generated machine
/// instructions will be appended, and clear the local CSE map.