summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/BasicAliasAnalysis.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-02 12:09:16 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-02 12:09:16 +0000
commitdb25c6cf8e9ce8ade3a7f2d2be886ba7409f4cce (patch)
treeb395b58c2f7177d612f9400a6f3a9da2429596c0 /llvm/lib/Analysis/BasicAliasAnalysis.cpp
parent89645bc88866097101329d7f87dcfc57299e8b37 (diff)
downloadbcm5719-llvm-db25c6cf8e9ce8ade3a7f2d2be886ba7409f4cce.tar.gz
bcm5719-llvm-db25c6cf8e9ce8ade3a7f2d2be886ba7409f4cce.zip
Actually update the CMake and Makefile builds correctly, and update the
code that includes Intrinsics.gen directly. This never showed up in my testing because the old Intrinsics.gen was still kicking around in the make build system and was correct there. =[ Thankfully, some of the bots to clean rebuilds and that caught this. llvm-svn: 171373
Diffstat (limited to 'llvm/lib/Analysis/BasicAliasAnalysis.cpp')
-rw-r--r--llvm/lib/Analysis/BasicAliasAnalysis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/BasicAliasAnalysis.cpp b/llvm/lib/Analysis/BasicAliasAnalysis.cpp
index e715d76fbec..ca668b23107 100644
--- a/llvm/lib/Analysis/BasicAliasAnalysis.cpp
+++ b/llvm/lib/Analysis/BasicAliasAnalysis.cpp
@@ -631,7 +631,7 @@ BasicAliasAnalysis::getModRefBehavior(const Function *F) {
// For intrinsics, we can check the table.
if (unsigned iid = F->getIntrinsicID()) {
#define GET_INTRINSIC_MODREF_BEHAVIOR
-#include "llvm/Intrinsics.gen"
+#include "llvm/IR/Intrinsics.gen"
#undef GET_INTRINSIC_MODREF_BEHAVIOR
}
OpenPOWER on IntegriCloud