summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/X86/vec_udiv_to_shift.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_udiv_to_shift.ll b/test/CodeGen/X86/vec_udiv_to_shift.ll
index e325f61c9f..6edfcc0c3f 100644
--- a/test/CodeGen/X86/vec_udiv_to_shift.ll
+++ b/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
+}