From: Matt Beaumont-Gay Date: Wed, 18 May 2011 17:37:10 +0000 (+0000) Subject: fix typo X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f88ad9aeeeb861a82f590f44484a055fcaf25b5c;p=oota-llvm.git fix typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131543 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Utils/Local.cpp b/lib/Transforms/Utils/Local.cpp index 90af60ddfc7..12e15b07c79 100644 --- a/lib/Transforms/Utils/Local.cpp +++ b/lib/Transforms/Utils/Local.cpp @@ -34,7 +34,7 @@ #include "llvm/Support/CFG.h" #include "llvm/Support/Debug.h" #include "llvm/Support/GetElementPtrTypeIterator.h" -#include "llvm/SUpport/IRBuilder.h" +#include "llvm/Support/IRBuilder.h" #include "llvm/Support/MathExtras.h" #include "llvm/Support/ValueHandle.h" #include "llvm/Support/raw_ostream.h"