From: Gabor Greif Date: Wed, 28 Oct 2009 13:05:07 +0000 (+0000) Subject: ooops, SSA name should not be part of the link X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ec58f75d7d94c525b022a69bd81f3a52d3f8a013;p=oota-llvm.git ooops, SSA name should not be part of the link git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85387 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 165c9598f26..337f8a8a49b 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -438,8 +438,8 @@
-%0 = add i32 %X, %X           ; yields {i32}:%0
-%1 = add i32 %0, %0           ; yields {i32}:%1
+%0 = add i32 %X, %X           ; yields {i32}:%0
+%1 = add i32 %0, %0           ; yields {i32}:%1
 %result = add i32 %1, %1