File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 8989#include " llvm/Target/TargetMachine.h"
9090#include " llvm/Target/TargetOptions.h"
9191#include " llvm/Transforms/Utils/BasicBlockUtils.h"
92- #include " llvm/Transforms/Utils/Dependency.h"
92+ // #include "llvm/Transforms/Utils/Dependency.h"
93+ #include " llvm/Transforms/Utils/InjectFault.h"
9394#include < algorithm>
9495#include < cassert>
9596#include < cstdint>
@@ -467,7 +468,7 @@ bool SelectionDAGISel::runOnMachineFunction(MachineFunction &mf) {
467468 // This performs initialization so lowering for SplitCSR will be correct.
468469 TLI->initializeSplitCSR (EntryMBB);
469470
470- FunctionPass *c = createInterproceduralDependencyCheckPass ();
471+ FunctionPass *c = createInjectFaultProcPass ();
471472 c->runOnFunction (const_cast <Function&>(Fn));
472473
473474 SelectAllBasicBlocks (Fn);
You can’t perform that action at this time.
0 commit comments