[llvm] r178256 - Testing commit access to llvm. Remove two lines of whitespace from the Thumb README.
Gordon Keiser
gkeiser at arxan.com
Thu Mar 28 11:26:15 PDT 2013
Author: gkeiser
Date: Thu Mar 28 13:26:15 2013
New Revision: 178256
URL: http://llvm.org/viewvc/llvm-project?rev=178256&view=rev
Log:
Testing commit access to llvm. Remove two lines of whitespace from the Thumb README.
Modified:
llvm/trunk/lib/Target/ARM/README-Thumb.txt
Modified: llvm/trunk/lib/Target/ARM/README-Thumb.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/README-Thumb.txt?rev=178256&r1=178255&r2=178256&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/README-Thumb.txt (original)
+++ llvm/trunk/lib/Target/ARM/README-Thumb.txt Thu Mar 28 13:26:15 2013
@@ -173,7 +173,6 @@ GCC is doing a couple of clever things h
mov r1, #1
lsl r1, r1, #8
tst r2, r1
-
//===---------------------------------------------------------------------===//
@@ -196,7 +195,6 @@ This is especially bad when dynamic allo
objects are referenced off the frame pointer with negative offsets. See
oggenc for an example.
-
//===---------------------------------------------------------------------===//
Poor codegen test/CodeGen/ARM/select.ll f7:
More information about the llvm-commits
mailing list