[llvm-commits] [llvm] r144046 - /llvm/trunk/test/CodeGen/X86/vec_udiv_to_shift.ll
Pete Cooper
peter_cooper at apple.com
Mon Nov 7 16:03:24 PST 2011
Author: pete
Date: Mon Nov 7 18:03:24 2011
New Revision: 144046
URL: http://llvm.org/viewvc/llvm-project?rev=144046&view=rev
Log:
Added missing newline
Modified:
llvm/trunk/test/CodeGen/X86/vec_udiv_to_shift.ll
Modified: llvm/trunk/test/CodeGen/X86/vec_udiv_to_shift.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_udiv_to_shift.ll?rev=144046&r1=144045&r2=144046&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_udiv_to_shift.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_udiv_to_shift.ll Mon Nov 7 18:03:24 2011
@@ -12,4 +12,4 @@
; CHECK: lshr <4 x i32> %var, <i32 4, i32 4, i32 4, i32 4>
%0 = udiv <4 x i32> %var, <i32 16, i32 16, i32 16, i32 16>
ret <4 x i32> %0
-}
\ No newline at end of file
+}
More information about the llvm-commits
mailing list