diff --git a/docs/LangRef.html b/docs/LangRef.html index b222b063194..f92fbf4abd7 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -307,6 +307,8 @@ 'llvm.annotation.*' Intrinsic
+ declare void @llvm.debugger() ++ +
The 'llvm.debugger' intrinsic.
+ +None.
+ +This intrinsic is lowered to code which is intended to cause an execution + trap with the intention of requesting the attention of a debugger.
+ +