X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FIR%2FPassRegistry.cpp;h=a0b64ed78f5f13d5dc070efe2b2cc478f40eb5e7;hb=47990e974355dd58d1f320f252e1a7ed3a79e034;hp=5d2287927ca4882ce93286451925286f21c6ecb0;hpb=c2c50cdcdc19a1bca993c06d13d8cdca87083ce4;p=oota-llvm.git diff --git a/lib/IR/PassRegistry.cpp b/lib/IR/PassRegistry.cpp index 5d2287927ca..a0b64ed78f5 100644 --- a/lib/IR/PassRegistry.cpp +++ b/lib/IR/PassRegistry.cpp @@ -16,7 +16,7 @@ #include "llvm/ADT/DenseMap.h" #include "llvm/ADT/SmallPtrSet.h" #include "llvm/ADT/StringMap.h" -#include "llvm/Function.h" +#include "llvm/IR/Function.h" #include "llvm/PassSupport.h" #include "llvm/Support/Compiler.h" #include "llvm/Support/ManagedStatic.h"