summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorPete Cooper <peter_cooper@apple.com>2011-11-08 00:03:24 +0000
committerPete Cooper <peter_cooper@apple.com>2011-11-08 00:03:24 +0000
commit2dc40434aa1635130dcb5407fc3c4229071dc74b (patch)
tree330b6061ba79a5c9206358aaac7dab796d1862aa /llvm/test/CodeGen
parent87ad55334be2ae740fbc4c683a5128694c3023c6 (diff)
downloadbcm5719-llvm-2dc40434aa1635130dcb5407fc3c4229071dc74b.tar.gz
bcm5719-llvm-2dc40434aa1635130dcb5407fc3c4229071dc74b.zip
Added missing newline
llvm-svn: 144046
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/X86/vec_udiv_to_shift.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec_udiv_to_shift.ll b/llvm/test/CodeGen/X86/vec_udiv_to_shift.ll
index e325f61c9f3..6edfcc0c3fa 100644
--- a/llvm/test/CodeGen/X86/vec_udiv_to_shift.ll
+++ b/llvm/test/CodeGen/X86/vec_udiv_to_shift.ll
@@ -12,4 +12,4 @@ entry:
; 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
+}
OpenPOWER on IntegriCloud