From bffa44f9750c1314de167905dc6bc3f8f32766ce Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 18 Feb 2010 18:22:41 +0000 Subject: Fix a typo. llvm-svn: 96597 --- llvm/docs/AdvancedGetElementPtr.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/AdvancedGetElementPtr.html') diff --git a/llvm/docs/AdvancedGetElementPtr.html b/llvm/docs/AdvancedGetElementPtr.html index b5efe735538..65ccbc48291 100644 --- a/llvm/docs/AdvancedGetElementPtr.html +++ b/llvm/docs/AdvancedGetElementPtr.html @@ -45,7 +45,7 @@

Also, GEP carries additional pointer aliasing rules. It's invalid to take a GEP from one object, address into a different separately allocated - object, and deference it. IR producers (front-ends) must follow this rule, + object, and dereference it. IR producers (front-ends) must follow this rule, and consumers (optimizers, specifically alias analysis) benefit from being able to rely on it.

-- cgit v1.2.3