summaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorNadav Rotem <nadav.rotem@intel.com>2011-10-16 20:43:41 +0000
committerNadav Rotem <nadav.rotem@intel.com>2011-10-16 20:43:41 +0000
commit9eee96a5980810e1a283a61ce61fdf7eb55a66f4 (patch)
treeebbaf444d11d47e1d383b9599d08dccf99185891 /test/CodeGen
parent8fb06b3e8f7fc92e472e17fecf5ee3ba44fbb6ab (diff)
downloadllvm-9eee96a5980810e1a283a61ce61fdf7eb55a66f4.tar.gz
llvm-9eee96a5980810e1a283a61ce61fdf7eb55a66f4.tar.bz2
llvm-9eee96a5980810e1a283a61ce61fdf7eb55a66f4.tar.xz
fix a typo in the test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142153 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/X86/scalar_widen_div.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/scalar_widen_div.ll b/test/CodeGen/X86/scalar_widen_div.ll
index 816f6deac7..e99ea9356a 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