Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179262 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chapuni committed Apr 11, 2013
1 parent 317d3f4 commit e7a040f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Target/R600/R600ControlFlowFinalizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class R600ControlFlowFinalizer : public MachineFunctionPass {
CF_ELSE,
CF_POP
};

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

0 comments on commit e7a040f

Please sign in to comment.