From fb1ce5fa258b4fb54c7f3b0ae5ab38382930e403 Mon Sep 17 00:00:00 2001 From: Gordon Keiser Date: Thu, 28 Mar 2013 18:26:15 +0000 Subject: [PATCH] Testing commit access to llvm. Remove two lines of whitespace from the Thumb README. llvm-svn: 178256 --- llvm/lib/Target/ARM/README-Thumb.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/lib/Target/ARM/README-Thumb.txt b/llvm/lib/Target/ARM/README-Thumb.txt index 463c440852f5..a64707e6f34f 100644 --- a/llvm/lib/Target/ARM/README-Thumb.txt +++ b/llvm/lib/Target/ARM/README-Thumb.txt @@ -173,7 +173,6 @@ GCC is doing a couple of clever things here: mov r1, #1 lsl r1, r1, #8 tst r2, r1 - //===---------------------------------------------------------------------===// @@ -196,7 +195,6 @@ This is especially bad when dynamic alloca is used. The all fixed size stack objects are referenced off the frame pointer with negative offsets. See oggenc for an example. - //===---------------------------------------------------------------------===// Poor codegen test/CodeGen/ARM/select.ll f7: