From 855abed3cbf1a6c732fab5ae85bad7bbadc35789 Mon Sep 17 00:00:00 2001
From: Dan Gohman
Date: Mon, 3 May 2010 14:51:43 +0000
Subject: [PATCH] Say "operations" instead of "instructions", as nsw can be
applied to constant expressions as well as instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102908 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/LangRef.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 3a2c65961c3..982614f3ddf 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -2337,7 +2337,7 @@ has undefined behavior.
behavior.
There is currently no way of representing a trap value in the IR; they
- only exist when produced by instructions such as
+ only exist when produced by operations such as
add with the nsw flag.
Trap value behavior is defined in terms of value dependence: