From 762f70bc49b75fa64a79b4ec87e474253418a5a1 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Mon, 22 Aug 2011 23:13:54 +0000 Subject: [PATCH] Tidy up. Trailing whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138293 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/ARM/reg-list.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MC/ARM/reg-list.s b/test/MC/ARM/reg-list.s index 4dd392e8379..21de85a28a4 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