diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-08-22 23:13:54 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-08-22 23:13:54 +0000 |
commit | 762f70bc49b75fa64a79b4ec87e474253418a5a1 (patch) | |
tree | 8fa95e237f9b846462f08ab83fc70e21211b7622 | |
parent | 2c9f83533baa8802ab1d600fd76854125af53076 (diff) |
Tidy up. Trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138293 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/MC/ARM/reg-list.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/ARM/reg-list.s b/test/MC/ARM/reg-list.s index 4dd392e837..21de85a28a 100644 --- a/test/MC/ARM/reg-list.s +++ b/test/MC/ARM/reg-list.s @@ -1,6 +1,6 @@ @ RUN: llvm-mc -triple thumb-apple-darwin10 -show-encoding < %s 2> %t | FileCheck %s @ RUN: FileCheck --check-prefix=CHECK-WARNINGS < %t %s - + push {r7, lr} @ CHECK-WARNINGS: register not in ascending order in register list |