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

Unified Diff: lib/Transforms/IPO/FunctionAttrs.cpp

Issue 939073008: Rebased PNaCl localmods in LLVM to 223109 (Closed)
Patch Set: undo localmod Created 5 years, 10 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
« no previous file with comments | « lib/Transforms/CMakeLists.txt ('k') | lib/Transforms/InstCombine/InstCombineCompares.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Transforms/IPO/FunctionAttrs.cpp
diff --git a/lib/Transforms/IPO/FunctionAttrs.cpp b/lib/Transforms/IPO/FunctionAttrs.cpp
index 823ae53f1e25122068e343af9f8d4ba7e4a86bee..f9dd2149168fad64015c4bbb80cbae02d2772e1d 100644
--- a/lib/Transforms/IPO/FunctionAttrs.cpp
+++ b/lib/Transforms/IPO/FunctionAttrs.cpp
@@ -1233,8 +1233,11 @@ bool FunctionAttrs::inferPrototypeAttributes(Function &F) {
case LibFunc::fseek:
case LibFunc::ftell:
case LibFunc::fgetc:
- case LibFunc::fseeko:
- case LibFunc::ftello:
+ // @LOCALMOD-BEGIN:
+ // https://code.google.com/p/nativeclient/issues/detail?id=4089
+ case LibFunc::Fseeko:
+ case LibFunc::Ftello:
+ // @LOCALMOD-END
case LibFunc::fileno:
case LibFunc::fflush:
case LibFunc::fclose:
« no previous file with comments | « lib/Transforms/CMakeLists.txt ('k') | lib/Transforms/InstCombine/InstCombineCompares.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698