diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 2007-09-19 21:41:08 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 2007-09-19 21:41:08 +0000 |
commit | 4f3f76e6c39bbd7924032dca7ed5de404f247e3b (patch) | |
tree | 388fd26895e48eecd5226317111e04f710d0ed07 /gcc/config/i386/sync.md | |
parent | b486fc0a25f880e9f1ba3f0b5115b6c202d9e353 (diff) | |
download | gcc-4f3f76e6c39bbd7924032dca7ed5de404f247e3b.zip gcc-4f3f76e6c39bbd7924032dca7ed5de404f247e3b.tar.gz gcc-4f3f76e6c39bbd7924032dca7ed5de404f247e3b.tar.bz2 |
Eliminate trailing whitespace
From-SVN: r128605
Diffstat (limited to 'gcc/config/i386/sync.md')
-rw-r--r-- | gcc/config/i386/sync.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/sync.md b/gcc/config/i386/sync.md index 19295bb..a4f6d38 100644 --- a/gcc/config/i386/sync.md +++ b/gcc/config/i386/sync.md @@ -34,7 +34,7 @@ ;; ??? It would be possible to use cmpxchg8b on pentium for DImode ;; changes. It's complicated because the insn uses ecx:ebx as the ;; new value; note that the registers are reversed from the order -;; that they'd be in with (reg:DI 2 ecx). Similarly for TImode +;; that they'd be in with (reg:DI 2 ecx). Similarly for TImode ;; data in 64-bit mode. (define_expand "sync_compare_and_swap<mode>" |