From: Chad Rosier Date: Mon, 28 Nov 2011 19:59:09 +0000 (+0000) Subject: 80-column. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=aa5656c6b9161608005cf8dc85027c160a925e58;p=oota-llvm.git 80-column. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145267 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/FastISel.cpp b/lib/CodeGen/SelectionDAG/FastISel.cpp index cff37c2c860..2087a1ba403 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.