Whitespace.

llvm-svn: 179262
This commit is contained in:
NAKAMURA Takumi 2013-04-11 04:16:22 +00:00
parent 2cc16a18cc
commit 3b0853be56
1 changed files with 1 additions and 2 deletions

View File

@ -41,7 +41,7 @@ private:
CF_ELSE,
CF_POP
};
static char ID;
const R600InstrInfo *TII;
unsigned MaxFetchInst;
@ -334,4 +334,3 @@ char R600ControlFlowFinalizer::ID = 0;
llvm::FunctionPass *llvm::createR600ControlFlowFinalizer(TargetMachine &TM) {
return new R600ControlFlowFinalizer(TM);
}