You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
12
external/llvm/test/Transforms/InstCombine/2007-11-25-CompatibleAttributes.ll
vendored
Normal file
12
external/llvm/test/Transforms/InstCombine/2007-11-25-CompatibleAttributes.ll
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
; RUN: opt < %s -instcombine -S | not grep bitcast
|
||||
; PR1716
|
||||
|
||||
@.str = internal constant [4 x i8] c"%d\0A\00" ; <[4 x i8]*> [#uses=1]
|
||||
|
||||
define i32 @main(i32 %argc, i8** %argv) {
|
||||
entry:
|
||||
%tmp32 = tail call i32 (i8* , ...) bitcast (i32 (i8*, ...) * @printf to i32 (i8* , ...) *)( i8* getelementptr ([4 x i8], [4 x i8]* @.str, i32 0, i32 0) , i32 0 ) nounwind ; <i32> [#uses=0]
|
||||
ret i32 undef
|
||||
}
|
||||
|
||||
declare i32 @printf(i8*, ...) nounwind
|
Reference in New Issue
Block a user