public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [AArch64][TLSGD Desc][2/3] Sort case label alphabetically
@ 2015-06-22 17:04 Jiong Wang
  0 siblings, 0 replies; only message in thread
From: Jiong Wang @ 2015-06-22 17:04 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 210 bytes --]


Obivious coding style fix.

2015-06-22  Jiong Wang  <jiong.wang@arm.com>
gcc/
  * config/aarch64/aarch64.c (aarch64_expand_move_immediate): Sort case
  label alphabetically.
  
-- 
Regards,
Jiong


[-- Attachment #2: gd-desc-2.patch --]
[-- Type: text/x-diff, Size: 650 bytes --]

diff --git a/gcc/config/aarch64/aarch64.c b/gcc/config/aarch64/aarch64.c
index 16c8dba..dddf401 100644
--- a/gcc/config/aarch64/aarch64.c
+++ b/gcc/config/aarch64/aarch64.c
@@ -1548,12 +1548,12 @@ aarch64_expand_mov_immediate (rtx dest, rtx imm)
 	  emit_insn (gen_rtx_SET (dest, mem));
 	  return;
 
-        case SYMBOL_TLSGD:
-        case SYMBOL_SMALL_GOTTPREL:
+	case SYMBOL_SMALL_GOTTPREL:
 	case SYMBOL_SMALL_GOT:
 	case SYMBOL_TINY_GOT:
-        case SYMBOL_TINY_TLSIE:
+	case SYMBOL_TINY_TLSIE:
 	case SYMBOL_TLSDESC:
+	case SYMBOL_TLSGD:
 	  if (offset != const0_rtx)
 	    {
 	      gcc_assert(can_create_pseudo_p ());

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-22 17:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-22 17:04 [AArch64][TLSGD Desc][2/3] Sort case label alphabetically Jiong Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).