Skip to content

Commit

Permalink
Add missing static
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151396 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
stoklund committed Feb 24, 2012
1 parent 969b739 commit f79b489
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/CodeGen/RegisterClassInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

using namespace llvm;

cl::opt<unsigned> StressRA("stress-regalloc", cl::Hidden, cl::init(0),
cl::value_desc("N"),
cl::desc("Limit all regclasses to N registers"));
static cl::opt<unsigned>
StressRA("stress-regalloc", cl::Hidden, cl::init(0), cl::value_desc("N"),
cl::desc("Limit all regclasses to N registers"));

RegisterClassInfo::RegisterClassInfo() : Tag(0), MF(0), TRI(0), CalleeSaved(0)
{}
Expand Down

0 comments on commit f79b489

Please sign in to comment.