File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
include/llvm/Transforms/Utils
test/Transforms/AddDiscriminators Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ class Function;
24
24
class AddDiscriminatorsPass : public PassInfoMixin <AddDiscriminatorsPass> {
25
25
public:
26
26
PreservedAnalyses run (Function &F, FunctionAnalysisManager &AM);
27
+ static bool isRequired () { return true ; }
27
28
};
28
29
29
30
} // end namespace llvm
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ if.end: ; preds = %if.then, %entry
36
36
; CHECK: ret void, !dbg ![[END:[0-9]+]]
37
37
}
38
38
39
- attributes #0 = { nounwind uwtable "less-precise-fpmad" ="false" "frame-pointer" ="all" "no-infs-fp-math" ="false" "no-nans-fp-math" ="false" "stack-protector-buffer-size" ="8" "unsafe-fp-math" ="false" "use-soft-float" ="false" }
39
+ attributes #0 = { nounwind uwtable noinline optnone "less-precise-fpmad" ="false" "frame-pointer" ="all" "no-infs-fp-math" ="false" "no-nans-fp-math" ="false" "stack-protector-buffer-size" ="8" "unsafe-fp-math" ="false" "use-soft-float" ="false" }
40
40
41
41
!llvm.dbg.cu = !{!0 }
42
42
!llvm.module.flags = !{!7 , !8 }
You can’t perform that action at this time.
0 commit comments