Change tabs to spaces.

llvm-svn: 186877
This commit is contained in:
Jakub Staszak 2013-07-22 21:11:30 +00:00
parent d07dd7f2ef
commit 6b36db08f3
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ using namespace llvm;
static cl::opt<bool>
EnableGlobalMergeOnConst("global-merge-on-const", cl::Hidden,
cl::desc("Enable global merge pass on constants"),
cl::init(false));
cl::desc("Enable global merge pass on constants"),
cl::init(false));
STATISTIC(NumMerged , "Number of globals merged");
namespace {