Skip to content

Commit

Permalink
80 cols
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29221 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Andrew Lenharth committed Jul 20, 2006
1 parent ed41f1b commit ae6153f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/CodeGen/RegAllocLocal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ using namespace llvm;
namespace {
static Statistic<> NumStores("ra-local", "Number of stores added");
static Statistic<> NumLoads ("ra-local", "Number of loads added");
static Statistic<> NumFolded("ra-local", "Number of loads/stores folded into "
"instructions");
static Statistic<> NumFolded("ra-local", "Number of loads/stores folded "
"into instructions");
class VISIBILITY_HIDDEN RA : public MachineFunctionPass {
const TargetMachine *TM;
MachineFunction *MF;
Expand Down
3 changes: 2 additions & 1 deletion lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
using namespace llvm;

namespace {
static Statistic<> NodesCombined ("dagcombiner", "Number of dag nodes combined");
static Statistic<> NodesCombined ("dagcombiner",
"Number of dag nodes combined");

class VISIBILITY_HIDDEN DAGCombiner {
SelectionDAG &DAG;
Expand Down

0 comments on commit ae6153f

Please sign in to comment.