diff options
author | Matt Beaumont-Gay <matthewbg@google.com> | 2011-05-18 17:37:10 +0000 |
---|---|---|
committer | Matt Beaumont-Gay <matthewbg@google.com> | 2011-05-18 17:37:10 +0000 |
commit | f88ad9aeeeb861a82f590f44484a055fcaf25b5c (patch) | |
tree | 96bcfd8115a42cdc25c88c09e8b6b431ae00e58b /lib/Transforms/Utils/Local.cpp | |
parent | e87ca454ba39e57a34acab42e4391045d4c8c6cf (diff) |
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131543 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/Local.cpp')
-rw-r--r-- | lib/Transforms/Utils/Local.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/Local.cpp b/lib/Transforms/Utils/Local.cpp index 90af60ddfc..12e15b07c7 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" |