forked from OSchip/llvm-project
parent
1b0d750ade
commit
46452d4558
|
@ -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…
Reference in New Issue