Fix indentation.
From-SVN: r5934
This commit is contained in:
parent
00503c25a7
commit
228b6a3fb4
@ -921,11 +921,11 @@ enum reg_class
|
||||
{ \
|
||||
if (TREE_CONSTANT (decl) \
|
||||
&& (!flag_writable_strings || TREE_CODE (decl) != STRING_CST)) \
|
||||
{ \
|
||||
rtx rtl = (TREE_CODE_CLASS (TREE_CODE (decl)) != 'd' \
|
||||
? TREE_CST_RTL (decl) : DECL_RTL (decl)); \
|
||||
SYMBOL_REF_FLAG (XEXP (rtl, 0)) = 1; \
|
||||
} \
|
||||
{ \
|
||||
rtx rtl = (TREE_CODE_CLASS (TREE_CODE (decl)) != 'd' \
|
||||
? TREE_CST_RTL (decl) : DECL_RTL (decl)); \
|
||||
SYMBOL_REF_FLAG (XEXP (rtl, 0)) = 1; \
|
||||
} \
|
||||
}
|
||||
|
||||
/* The macros REG_OK_FOR..._P assume that the arg is a REG rtx
|
||||
|
Loading…
Reference in New Issue
Block a user