From 99534f3a0d503a09f4088b4b3dec2b6200132541 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156881 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index 8328def197c..b9c87464e1d 100644 --- a/docs/LangRef.html +++ b/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.