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

Unified Diff: src/IceConverter.cpp

Issue 1330933002: Implements int2fp, fp2int, and fp2fp conversions for ARM32. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Addresses comments. Created 5 years, 3 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 | src/IceInstARM32.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceConverter.cpp
diff --git a/src/IceConverter.cpp b/src/IceConverter.cpp
index 1d10ba4928d8036c222eeffe7cef594902cd6dbb..4450a793634e882b9b8c92f3b2583f1f2682c520 100644
--- a/src/IceConverter.cpp
+++ b/src/IceConverter.cpp
@@ -745,7 +745,7 @@ LLVM2ICEGlobalsConverter::convertGlobalsToIce(Module *Mod) {
addGlobalInitializer(*VarDecl, Initializer);
}
}
- return std::move(VariableDeclarations);
+ return VariableDeclarations;
}
void LLVM2ICEGlobalsConverter::addGlobalInitializer(
« no previous file with comments | « no previous file | src/IceInstARM32.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698