Changes For Bug 352
[oota-llvm.git] / lib / Transforms / Utils / PromoteMemoryToRegister.cpp
index ced2315e0e7bf0fb6afafda978885d3eaed787f6..81f5cd3ed3ae3b9b3632c78048ecf20ace2ee108 100644 (file)
@@ -23,7 +23,7 @@
 #include "llvm/Constant.h"
 #include "llvm/Support/CFG.h"
 #include "llvm/Support/StableBasicBlockNumbering.h"
-#include "Support/StringExtras.h"
+#include "llvm/ADT/StringExtras.h"
 using namespace llvm;
 
 /// isAllocaPromotable - Return true if this alloca is legal for promotion.