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

Unified Diff: gcc/gcc/final.c

Issue 2852035: [gcc] Make nacl calls CALLs. (Closed) Base URL: ssh://git@chromiumos-git/nacl-toolchain.git
Patch Set: ready for code review Created 10 years, 6 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 | « gcc/gcc/dwarf2out.c ('k') | gcc/gcc/reg-stack.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/final.c
diff --git a/gcc/gcc/final.c b/gcc/gcc/final.c
index 2afa475176882aee876a92107c2e0d88ec8dd012..1735a73207dcb53241a1fe96c4adfb181dd230f8 100644
--- a/gcc/gcc/final.c
+++ b/gcc/gcc/final.c
@@ -1755,8 +1755,7 @@ call_from_call_insn (rtx insn)
gcc_assert (CALL_P (insn));
x = PATTERN (insn);
- while (GET_CODE (x) != CALL &&
- !(GET_CODE (x) == UNSPEC && XINT (x, 1) == UNSPEC_NACLCALL))
+ while (GET_CODE (x) != CALL)
{
switch (GET_CODE (x))
{
« no previous file with comments | « gcc/gcc/dwarf2out.c ('k') | gcc/gcc/reg-stack.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698