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

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

Issue 846953002: Work around MSVC bug 1085387. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Transforms/NaCl/FlattenGlobals.cpp
diff --git a/lib/Transforms/NaCl/FlattenGlobals.cpp b/lib/Transforms/NaCl/FlattenGlobals.cpp
index ac5a4b95f762e71d4a4cdeb9e40440f5ded32870..9b90cb2d4d911cf4835c6ede1b59c965c9df9654 100644
--- a/lib/Transforms/NaCl/FlattenGlobals.cpp
+++ b/lib/Transforms/NaCl/FlattenGlobals.cpp
@@ -175,7 +175,7 @@ namespace {
public:
unsigned getRelOffset() const { return RelOffset; }
- Constant *getRelocUse() const { return ::getRelocUseConstant(RelocUser); }
+ Constant *getRelocUse() const { return getRelocUseConstant(RelocUser); }
Reloc(FlattenGlobalsState &State, unsigned RelOffset, Constant *NewVal)
: RelOffset(RelOffset), RelocUser(State.getRelocUserHandle(NewVal)) {}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698