fix typo
authorMatt Beaumont-Gay <matthewbg@google.com>
Wed, 18 May 2011 17:37:10 +0000 (17:37 +0000)
committerMatt Beaumont-Gay <matthewbg@google.com>
Wed, 18 May 2011 17:37:10 +0000 (17:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131543 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/Local.cpp

index 90af60ddfc707c87d82b07bf52a61f6a715440d0..12e15b07c79d391420218ee512b5da0c62d68693 100644 (file)
@@ -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"