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

Unified Diff: lib/Transforms/NaCl/CMakeLists.txt

Issue 992493002: Lower signatures exposing struct registers to byval struct pointers (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: debug info Created 5 years, 9 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/CMakeLists.txt
diff --git a/lib/Transforms/NaCl/CMakeLists.txt b/lib/Transforms/NaCl/CMakeLists.txt
index 6c35c792ece7da9f938010318f4537941feaae8b..857b59f27c23166047961d3ed455919231240dbd 100644
--- a/lib/Transforms/NaCl/CMakeLists.txt
+++ b/lib/Transforms/NaCl/CMakeLists.txt
@@ -34,6 +34,7 @@ add_llvm_library(LLVMNaClTransforms
RewriteLLVMIntrinsics.cpp
RewritePNaClLibraryCalls.cpp
SimplifyAllocas.cpp
+ SimplifyStructRegSignatures.cpp
StripAttributes.cpp
StripMetadata.cpp
)

Powered by Google App Engine
This is Rietveld 408576698