[docs] Mark @llvm.sideeffect() as willreturn
authorNuno Lopes <nuno.lopes@tecnico.ulisboa.pt>
Sat, 1 Jan 2022 18:00:52 +0000 (18:00 +0000)
committerNuno Lopes <nuno.lopes@tecnico.ulisboa.pt>
Sat, 1 Jan 2022 18:04:04 +0000 (18:04 +0000)
Changed by https://reviews.llvm.org/D65455

llvm/docs/LangRef.rst

index 46265e8..ce3af42 100644 (file)
@@ -23103,7 +23103,7 @@ Syntax:
 
 ::
 
-      declare void @llvm.sideeffect() inaccessiblememonly nounwind
+      declare void @llvm.sideeffect() inaccessiblememonly nounwind willreturn
 
 Overview:
 """""""""