summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/memset-2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/memset-2.ll')
-rw-r--r--llvm/test/CodeGen/X86/memset-2.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/memset-2.ll b/llvm/test/CodeGen/X86/memset-2.ll
index 21c28bdd900..a02ef29ca6b 100644
--- a/llvm/test/CodeGen/X86/memset-2.ll
+++ b/llvm/test/CodeGen/X86/memset-2.ll
@@ -1,5 +1,5 @@
; NOTE: Assertions have been autogenerated by update_test_checks.py
-; RUN: llc -mtriple=i386-apple-darwin -mcpu=yonah < %s | FileCheck %s
+; RUN: llc -mtriple=i386-apple-darwin9 -mcpu=yonah < %s | FileCheck %s
define fastcc void @t1() nounwind {
; CHECK-LABEL: t1:
@@ -8,7 +8,7 @@ define fastcc void @t1() nounwind {
; CHECK-NEXT: pushl $188
; CHECK-NEXT: pushl $0
; CHECK-NEXT: pushl $0
-; CHECK-NEXT: calll L_memset$stub
+; CHECK-NEXT: calll _memset
; CHECK-NEXT: addl $16, %esp
;
entry:
@@ -22,7 +22,7 @@ define fastcc void @t2(i8 signext %c) nounwind {
; CHECK-NEXT: subl $12, %esp
; CHECK-NEXT: movl %ecx, {{[0-9]+}}(%esp)
; CHECK-NEXT: movl $76, {{[0-9]+}}(%esp)
-; CHECK-NEXT: calll L_memset$stub
+; CHECK-NEXT: calll _memset
;
entry:
call void @llvm.memset.p0i8.i32(i8* undef, i8 %c, i32 76, i32 1, i1 false)
OpenPOWER on IntegriCloud