You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.234
Former-commit-id: 8071ec1a8c5eaa9be24b41745add19297608001f
This commit is contained in:
parent
f32dbaf0b2
commit
212f6bafcb
@ -1,16 +0,0 @@
|
||||
; Test that the strncpy simplification doesn't crash if datalayout specifies
|
||||
; 64 bit pointers while length is a 32 bit argument
|
||||
;
|
||||
; RUN: opt < %s -instcombine -S | FileCheck %s
|
||||
|
||||
target datalayout = "e-p:64:64:64"
|
||||
|
||||
declare i32 @strncmp(i8*, i8*, i32)
|
||||
|
||||
define i32 @test6(i8* %str1, i8* %str2) {
|
||||
; CHECK-LABEL: @test6(
|
||||
; CHECK: call i32 @strncmp(i8* %str1, i8* %str2, i32 1)
|
||||
|
||||
%temp1 = call i32 @strncmp(i8* %str1, i8* %str2, i32 1)
|
||||
ret i32 %temp1
|
||||
}
|
Reference in New Issue
Block a user