Skip to content

Commit d048ba4

Browse files
eskarnPatriceBlin
authored andcommitted
README: Use better examples...
1 parent 13f6678 commit d048ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You can chose to insert passes in the optimization pipeline by setting the follo
4141
- LLVM_OBF_OPTIMIZERLASTEP_PASSES
4242

4343
For instance if you want to run the flattening, bogus and substitution passes in that order, you can do:
44-
`export LLVM_OBF_PIPELINEEARLYSIMPLIFICATION_PASSES="flattening, bogus, substitution"`
44+
`export LLVM_OBF_SCALAROPTIMIZERLATE_PASSES="flattening, bogus, substitution, split-basic-blocks"`
4545

4646
Refer to the llvm::PassBuilder documentation for more information on each insertion point.
4747

0 commit comments

Comments
 (0)