From: Reid Spencer Date: Thu, 9 Nov 2006 21:18:01 +0000 (+0000) Subject: One more time for indentation. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=035ab57f4ab164f252e381d128771b0b6ca38090;p=oota-llvm.git One more time for indentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31604 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index d02caf09c23..f395eb813c0 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2660,6 +2660,7 @@ instructions.

'store' Instruction
+
Syntax:
  store <ty> <value>, <ty>* <pointer>                   ; yields {void}
   volatile store <ty> <value>, <ty>* <pointer>                   ; yields {void}