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
This commit is contained in:
Dan Gohman
2010-11-08 16:10:15 +00:00
parent 431c794ade
commit 3c97f7af9e
2 changed files with 34 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
; RUN: opt < %s -functionattrs -S | FileCheck %s
; RUN: opt < %s -basicaa -functionattrs -S | FileCheck %s
%struct.X = type { i32*, i32* }