Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(524)

Unified Diff: lib/Transforms/NaCl/NoExitRuntime.cpp

Issue 1151093004: Changes from 3.7 merge to files not in upstream (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/Transforms/NaCl/NoExitRuntime.cpp
diff --git a/lib/Transforms/NaCl/NoExitRuntime.cpp b/lib/Transforms/NaCl/NoExitRuntime.cpp
index 5c9822abcb01cd4488ba219ad99139a817a9cf62..96ceea7d9b65bd881b586e494b4a66638b52f314 100644
--- a/lib/Transforms/NaCl/NoExitRuntime.cpp
+++ b/lib/Transforms/NaCl/NoExitRuntime.cpp
@@ -23,7 +23,7 @@
#include "llvm/IR/Module.h"
#include "llvm/Pass.h"
#include "llvm/IR/CFG.h"
-#include "llvm/Target/TargetLibraryInfo.h"
+#include "llvm/Analysis/TargetLibraryInfo.h"
#include "llvm/Transforms/NaCl.h"
#include "llvm/Transforms/Utils/Local.h"
#include <map>
@@ -94,4 +94,3 @@ bool NoExitRuntime::runOnModule(Module &M) {
ModulePass *llvm::createNoExitRuntimePass() {
return new NoExitRuntime();
}
-

Powered by Google App Engine
This is Rietveld 408576698