Do not try to override non-virtual methods, especially
authorDuncan Sands <baldrick@free.fr>
Sun, 6 Sep 2009 20:02:00 +0000 (20:02 +0000)
committerDuncan Sands <baldrick@free.fr>
Sun, 6 Sep 2009 20:02:00 +0000 (20:02 +0000)
commitf7f4ba6c1fd5e42430891bc1e1f841ec8f701534
treed11fba81e5ce199edc226d4d36d6a739bf19cd7a
parentda9ad384aff792cec928882838653b2e4fe4df12
Do not try to override non-virtual methods, especially
when the new method gives the same result as the original
(as far as I can see).  This will hopefully pacify icc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81131 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/AliasAnalysisCounter.cpp