diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index eb8d1d0b07c..d23ac921302 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -1228,7 +1228,7 @@ information is in the Command Guide.
can directly execute LLVM bytecode (although very slowly...). In addition to a simple interpreter, lli also has a tracing mode (entered by specifying -trace on the command line). Finally, for - architectures that support it (currently only x86 and Sparc), by default, + architectures that support it (currently x86, Sparc, and PowerPC), by default, lli will function as a Just-In-Time compiler (if the functionality was compiled in), and will execute the code much faster than the interpreter.