summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils
diff options
context:
space:
mode:
authorMatt Beaumont-Gay <matthewbg@google.com>2011-05-18 17:37:10 +0000
committerMatt Beaumont-Gay <matthewbg@google.com>2011-05-18 17:37:10 +0000
commit8fa6ebf975dbe11c4ee9df474837a220a1f81a64 (patch)
tree7c73afcb4b0e98eb225f36066d97bfb3474ce726 /llvm/lib/Transforms/Utils
parentcde9c1628ccc62f3d2ff27cbddb9896852065de1 (diff)
downloadbcm5719-llvm-8fa6ebf975dbe11c4ee9df474837a220a1f81a64.tar.gz
bcm5719-llvm-8fa6ebf975dbe11c4ee9df474837a220a1f81a64.zip
fix typo
llvm-svn: 131543
Diffstat (limited to 'llvm/lib/Transforms/Utils')
-rw-r--r--llvm/lib/Transforms/Utils/Local.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/Local.cpp b/llvm/lib/Transforms/Utils/Local.cpp
index 90af60ddfc7..12e15b07c79 100644
--- a/llvm/lib/Transforms/Utils/Local.cpp
+++ b/llvm/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"
OpenPOWER on IntegriCloud