From: Chris Lattner Date: Wed, 6 Jun 2007 18:28:13 +0000 (+0000) Subject: update to match latest changes X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a18a424f985283728512691d47c3ab2dca9b6434;p=oota-llvm.git update to match latest changes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37474 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 8d2dc2f98a8..1c587f88e62 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1428,9 +1428,9 @@ file:

-%X = global i32 17
-%Y = global i32 42
-%Z = global [2 x i32*] [ i32* %X, i32* %Y ]
+@X = global i32 17
+@Y = global i32 42
+@Z = global [2 x i32*] [ i32* @X, i32* @Y ]