diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-18 13:40:36 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-18 13:40:36 +0000 |
commit | 04641143608fd6b7afca5bd0777c12ccbf4a7bd3 (patch) | |
tree | 5c9fe756812fe0ac947a0d1762e2cb3c3e7adaf6 /gcc/rtl.h | |
parent | 8538de21ed0c18134a3ef3af6a700fb0adbed9dc (diff) | |
download | gcc-04641143608fd6b7afca5bd0777c12ccbf4a7bd3.tar.gz |
* bitmap.h: Fix comment formatting.
* combine.c: Likewise.
* cppfiles.c: Likewise.
* c-pragma.h: Likewise.
* c-typeck.c: Likewise.
* df.c: Likewise.
* dwarf2out.c: Likewise.
* function.c: Likewise.
* gcc.c: Likewise.
* genattrtab.c: Likewise.
* gthr-win32.h: Likewise.
* haifa-sched.c: Likewise.
* predict.c: Likewise.
* rtlanal.c: Likewise.
* rtl.h: Likewise.
* unwind-dw2-fde.h: Likewise.
* unwind-pe.h: Likewise.
* vmsdbgout.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48987 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 76ce3f92db1..3147926fc60 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -875,7 +875,7 @@ extern unsigned int subreg_regno PARAMS ((rtx)); #define MEM_IN_STRUCT_P(RTX) ((RTX)->in_struct) /* For a MEM rtx, 1 if it refers to a scalar. If zero, RTX may or may - not refer to a scalar.*/ + not refer to a scalar. */ #define MEM_SCALAR_P(RTX) ((RTX)->frame_related) /* If VAL is non-zero, set MEM_IN_STRUCT_P and clear MEM_SCALAR_P in |