From ac355aaf9e7f15abf11c1a3279786ff4b0252733 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. llvm-svn: 102908 --- llvm/docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 3a2c65961c3a..982614f3ddf9 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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: