Skip to content

Commit

Permalink
Remove extraneous ';'.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157011 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
isanbard committed May 17, 2012
1 parent 81f1be3 commit 9133783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Analysis/InstructionSimplify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ struct Query {
const DominatorTree *DT;

Query(const TargetData *td, const TargetLibraryInfo *tli,
const DominatorTree *dt) : TD(td), TLI(tli), DT(dt) {};
const DominatorTree *dt) : TD(td), TLI(tli), DT(dt) {}
};

static Value *SimplifyAndInst(Value *, Value *, const Query &, unsigned);
Expand Down

0 comments on commit 9133783

Please sign in to comment.