From: David Blaikie Date: Mon, 4 Jun 2018 21:23:29 +0000 (+0000) Subject: Update for an LLVM header file move X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d27f13d42457bbec41fc9cd1c0aac0d42358bf7;p=clang Update for an LLVM header file move git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333955 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGCall.cpp b/lib/CodeGen/CGCall.cpp index 537f3a36ca..2d8339ef69 100644 --- a/lib/CodeGen/CGCall.cpp +++ b/lib/CodeGen/CGCall.cpp @@ -29,7 +29,7 @@ #include "clang/CodeGen/SwiftCallingConv.h" #include "clang/Frontend/CodeGenOptions.h" #include "llvm/ADT/StringExtras.h" -#include "llvm/Analysis/Utils/Local.h" +#include "llvm/Transforms/Utils/Local.h" #include "llvm/Analysis/ValueTracking.h" #include "llvm/IR/Attributes.h" #include "llvm/IR/CallSite.h"