From: Jim Grosbach Date: Tue, 12 Oct 2010 23:14:03 +0000 (+0000) Subject: Be nitpicky and line up the comments. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c14b80f6d3f93777591fa4619b3f3a2b6f92ffaf;p=oota-llvm.git Be nitpicky and line up the comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116365 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/MC/ARM/simple-encoding.ll b/test/MC/ARM/simple-encoding.ll index f10e934a1e9..a13c7eea7ea 100644 --- a/test/MC/ARM/simple-encoding.ll +++ b/test/MC/ARM/simple-encoding.ll @@ -38,8 +38,8 @@ entry: define i32 @f4(i32 %a, i32 %b) nounwind readnone ssp { entry: ; CHECK: f4 -; CHECK: add r0, r0, #254, 28 @ encoding: [0xfe,0x0e,0x80,0xe2] -; CHECK: @ 4064 +; CHECK: add r0, r0, #254, 28 @ encoding: [0xfe,0x0e,0x80,0xe2] +; CHECK: @ 4064 ; CHECK: bx lr @ encoding: [0x1e,0xff,0x2f,0xe1] %add = add nsw i32 %a, 4064 ret i32 %add