Make the EnableLoadPRE variable static.

llvm-svn: 73398
This commit is contained in:
Dan Gohman 2009-06-15 18:30:15 +00:00
parent 5b2f62059b
commit a8f8a85388
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ STATISTIC(NumPRELoad, "Number of loads PRE'd");
static cl::opt<bool> EnablePRE("enable-pre",
cl::init(true), cl::Hidden);
cl::opt<bool> EnableLoadPRE("enable-load-pre", cl::init(true));
static cl::opt<bool> EnableLoadPRE("enable-load-pre", cl::init(true));
//===----------------------------------------------------------------------===//
// ValueTable Class