mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 17:58:22 +00:00
New testcase that the raiseallocations pass should be able to handle.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10304 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
67b1e1b89f
commit
120fb19e1b
10
test/Transforms/RaiseAllocations/FreeCastConstantExpr.ll
Normal file
10
test/Transforms/RaiseAllocations/FreeCastConstantExpr.ll
Normal file
@ -0,0 +1,10 @@
|
||||
; This situation can occur due to the funcresolve pass.
|
||||
;
|
||||
; RUN: llvm-as < %s | opt -raiseallocs | llvm-dis | not grep call
|
||||
|
||||
declare void %free(sbyte*)
|
||||
|
||||
void %test(int *%P) {
|
||||
call void(int*)* cast (void(sbyte*)* %free to void(int*)*)(int* %P)
|
||||
ret void
|
||||
}
|
Loading…
Reference in New Issue
Block a user