Skip to content

Commit

Permalink
Fix typo (Part of Issue #217)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrofin committed May 1, 2023
1 parent e73ee90 commit 7a41e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/regalloc-demo/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In this demo we will look at:
Set up some environment variables according to where you want to clone/build
all of the code:
```bash
export WORKINGD_DIR=~
export WORKING_DIR=~
```

Change the directory to wherever you'd like to put everything.
Expand Down Expand Up @@ -554,4 +554,4 @@ Now, you should have a build of clang in `$WORKING_DIR/llvm-release-build/bin` t
you can use to compile projects using the ML regalloc eviction heuristic.
To compile with the ML regalloc eviction heuristic, all you need to do
is make sure to pass the `-mllvm -regalloc-enable-advisor=release` flag
to `clang` whenever you're compiling something.
to `clang` whenever you're compiling something.

0 comments on commit 7a41e6b

Please sign in to comment.