From 035ab57f4ab164f252e381d128771b0b6ca38090 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 9 Nov 2006 21:18:01 +0000 Subject: [PATCH] One more time for indentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31604 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 1 + 1 file changed, 1 insertion(+) 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}
-- 
2.34.1