mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-25 15:41:05 +00:00
Fix compilation with GCC, which treats this as a constructor name not a type
name. (GCC is correct here per the latest language DRs.) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271044 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8e211bbca8
commit
0513d1e203
@ -175,7 +175,7 @@ static bool RecordingMemcmp = false;
|
||||
class TraceState {
|
||||
public:
|
||||
TraceState(MutationDispatcher &MD, const Fuzzer::FuzzingOptions &Options,
|
||||
const Fuzzer::Fuzzer *F)
|
||||
const Fuzzer *F)
|
||||
: MD(MD), Options(Options), F(F) {}
|
||||
|
||||
LabelRange GetLabelRange(dfsan_label L);
|
||||
|
Loading…
x
Reference in New Issue
Block a user