From 4e711921ba80ee606b49a51da012523daf274c2c Mon Sep 17 00:00:00 2001 From: John Criswell Date: Wed, 16 May 2012 00:26:51 +0000 Subject: [PATCH] Fixed grammar for the llvm.trap intrinsic description. llvm-svn: 156881 --- llvm/docs/LangRef.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 8328def197cc..b9c87464e1d0 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -8394,9 +8394,9 @@ LLVM.

None.

Semantics:
-

This intrinsics is lowered to the target dependent trap instruction. If the +

This intrinsic is lowered to the target dependent trap instruction. If the target does not have a trap instruction, this intrinsic will be lowered to - the call of the abort() function.

+ a call of the abort() function.