[LangRef] fix unexepcted unindent errror
authorJuneyoung Lee <aqjune@gmail.com>
Fri, 16 Apr 2021 00:58:55 +0000 (09:58 +0900)
committerJuneyoung Lee <aqjune@gmail.com>
Fri, 16 Apr 2021 00:58:55 +0000 (09:58 +0900)
llvm/docs/LangRef.rst

index ed2f5db..3d483d0 100644 (file)
@@ -2717,8 +2717,7 @@ synchronization.
 
     define void @f(i8* %a) {
       store i8* %a, i8** @glb
-      store atomic i1 false, i1* @lock release ; %a is captured because another
-thread can safely read @glb
+      store atomic i1 false, i1* @lock release ; %a is captured because another thread can safely read @glb
       store i8* null, i8** @glb
       ret void
     }