mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-28 14:10:55 +00:00
Remove extraneous ';'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157011 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
81f1be3b5a
commit
9133783d54
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user