summaryrefslogtreecommitdiff
path: root/test/Transforms/FunctionAttrs
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-11-08 16:10:15 +0000
committerDan Gohman <gohman@apple.com>2010-11-08 16:10:15 +0000
commit3c97f7af9e75507f12a3977bced6b91c7e2ffb2a (patch)
tree07498b732ffa281fea4480b3aaab0dae3db16de5 /test/Transforms/FunctionAttrs
parent431c794ade88f5da17ba06436f781b009c745dde (diff)
downloadllvm-3c97f7af9e75507f12a3977bced6b91c7e2ffb2a.tar.gz
llvm-3c97f7af9e75507f12a3977bced6b91c7e2ffb2a.tar.bz2
llvm-3c97f7af9e75507f12a3977bced6b91c7e2ffb2a.tar.xz
Make FunctionAttrs use AliasAnalysis::getModRefBehavior, now that it
knows about intrinsic functions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118410 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/FunctionAttrs')
-rw-r--r--test/Transforms/FunctionAttrs/2008-10-04-LocalMemory.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/FunctionAttrs/2008-10-04-LocalMemory.ll b/test/Transforms/FunctionAttrs/2008-10-04-LocalMemory.ll
index c6c2e13e33..faac1184b6 100644
--- a/test/Transforms/FunctionAttrs/2008-10-04-LocalMemory.ll
+++ b/test/Transforms/FunctionAttrs/2008-10-04-LocalMemory.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -functionattrs -S | FileCheck %s
+; RUN: opt < %s -basicaa -functionattrs -S | FileCheck %s
%struct.X = type { i32*, i32* }