diff options
| author | Jim Grosbach <grosbach@apple.com> | 2010-10-13 23:12:26 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2010-10-13 23:12:26 +0000 |
| commit | b9386558a7d4c004338561e7ce326a415982865a (patch) | |
| tree | ca004c2be97d538b02528649ba6c8031385271a4 /llvm/lib | |
| parent | 348013f82934a98cdcb6bc428982969163548674 (diff) | |
| download | bcm5719-llvm-b9386558a7d4c004338561e7ce326a415982865a.tar.gz bcm5719-llvm-b9386558a7d4c004338561e7ce326a415982865a.zip | |
trailing whitespace
llvm-svn: 116450
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMInstrFormats.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrFormats.td b/llvm/lib/Target/ARM/ARMInstrFormats.td index 68542df58ca..e7f017377a4 100644 --- a/llvm/lib/Target/ARM/ARMInstrFormats.td +++ b/llvm/lib/Target/ARM/ARMInstrFormats.td @@ -1152,7 +1152,7 @@ class Thumb2I<dag oops, dag iops, AddrMode am, SizeFlagVal sz, // Same as Thumb2I except it can optionally modify CPSR. Note it's modeled as an // input operand since by default it's a zero register. It will become an // implicit def once it's "flipped". -// +// // FIXME: This uses unified syntax so {s} comes before {p}. We should make it // more consistent. class Thumb2sI<dag oops, dag iops, AddrMode am, SizeFlagVal sz, |

