mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +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;
|
const DominatorTree *DT;
|
||||||
|
|
||||||
Query(const TargetData *td, const TargetLibraryInfo *tli,
|
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);
|
static Value *SimplifyAndInst(Value *, Value *, const Query &, unsigned);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user