mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 07:39:31 +00:00
Hrm, don't ask how I ran into this bug
llvm-svn: 17640
This commit is contained in:
parent
5718caa3ab
commit
762f7cb4b3
10
test/Regression/Transforms/RaiseAllocations/test.ll
Normal file
10
test/Regression/Transforms/RaiseAllocations/test.ll
Normal file
@ -0,0 +1,10 @@
|
||||
; RUN: llvm-as < %s | opt -raiseallocs -disable-output
|
||||
implementation ; Functions:
|
||||
|
||||
void %main() {
|
||||
%tmp.13 = call int (...)* %free( int 32 )
|
||||
%tmp.14 = cast int %tmp.13 to int*
|
||||
ret void
|
||||
}
|
||||
|
||||
declare int %free(...)
|
Loading…
Reference in New Issue
Block a user