Fix a bug in -no-aa that caused two DSGraph tests to XPASS.

llvm-svn: 18962
This commit is contained in:
Chris Lattner 2004-12-15 17:13:24 +00:00
parent 98ce23ffb0
commit 869d6a40a9
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ namespace {
return MayAlias;
}
virtual ModRefBehavior getModRefBehavior(Function *F, CallSite CS) {
virtual ModRefBehavior getModRefBehavior(Function *F, CallSite CS,
std::vector<PointerAccessInfo> *Info) {
return UnknownModRefBehavior;
}