From: Nadav Rotem Date: Sun, 16 Oct 2011 20:43:41 +0000 (+0000) Subject: fix a typo in the test X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9eee96a5980810e1a283a61ce61fdf7eb55a66f4;p=oota-llvm.git fix a typo in the test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142153 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/scalar_widen_div.ll b/test/CodeGen/X86/scalar_widen_div.ll index 816f6deac7e..e99ea9356a6 100644 --- a/test/CodeGen/X86/scalar_widen_div.ll +++ b/test/CodeGen/X86/scalar_widen_div.ll @@ -44,7 +44,7 @@ define <3 x i8> @test_char_div(<3 x i8> %num, <3 x i8> %div) { ret <3 x i8> %div.r } -; CHECK: test_char_div +; CHECK: test_uchar_div define <3 x i8> @test_uchar_div(<3 x i8> %num, <3 x i8> %div) { ; CHECK: divb ; CHECK: divb