[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] shimple tutorial
Please find attached a tiny patch for the shimple tutorial.
--
Dries Buytaert :: http://www.buytaert.net/
--- shimple.tex.original 2003-09-29 13:55:10.000000000 +0200
+++ shimple.tex 2003-09-26 17:29:54.000000000 +0200
@@ -77,7 +77,8 @@
\section{Command Line Walk Through}
For fun, you may wish to run Shimple from the command-line and study
-its output. Consider the following (compiled) Java code:
+its output. Consider the following (compiled) Java code of the
+{\tt ShimpleTest} class:
\begin{verbatim}
public int test()
@@ -443,7 +444,7 @@
i0 = Phi(value #1, ...);
\end{verbatim}
-In the above, it may be desireable to move the \#1 pointer down if a
+In the above, it may be desirable to move the \#1 pointer down if a
Unit happens to be inserted after the if statement. Although Shimple
is smart enough to do this in most known cases, it currently misses
the one case where control flows from an if statement in a