summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-12-18 02:09:29 +0000
committerDan Gohman <gohman@apple.com>2009-12-18 02:09:29 +0000
commitb256ccfbe5f557ecfd6447c9dbf31025bf6f5e8f (patch)
tree4c9e3c29c3b1d78ed5371147d9ce29f75d456d05 /llvm/include
parent3dfd04e2b76ab23e61caedf9549f4ad421d87853 (diff)
downloadbcm5719-llvm-b256ccfbe5f557ecfd6447c9dbf31025bf6f5e8f.tar.gz
bcm5719-llvm-b256ccfbe5f557ecfd6447c9dbf31025bf6f5e8f.zip
Preserve NSW information in more places.
llvm-svn: 91656
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/Analysis/ScalarEvolution.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Analysis/ScalarEvolution.h b/llvm/include/llvm/Analysis/ScalarEvolution.h
index 4aa3dfa55ce..6f57c741fe5 100644
--- a/llvm/include/llvm/Analysis/ScalarEvolution.h
+++ b/llvm/include/llvm/Analysis/ScalarEvolution.h
@@ -243,7 +243,7 @@ namespace llvm {
/// createNodeForGEP - Provide the special handling we need to analyze GEP
/// SCEVs.
- const SCEV *createNodeForGEP(Operator *GEP);
+ const SCEV *createNodeForGEP(GEPOperator *GEP);
/// computeSCEVAtScope - Implementation code for getSCEVAtScope; called
/// at most once for each SCEV+Loop pair.
OpenPOWER on IntegriCloud