mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19952 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7a4f03dda7
commit
0f991191eb
@ -155,3 +155,9 @@ bool %test24(bool %C) {
|
||||
ret bool %c
|
||||
}
|
||||
|
||||
void %test25(int** %P) {
|
||||
%c = cast int** %P to float**
|
||||
store float* null, float** %c ;; Fold cast into null
|
||||
ret void
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user