nac3core: fixed broken test

escape-analysis
pca006132 2021-08-27 16:50:53 +08:00
parent 2223c86d9b
commit 22a728833d
1 changed files with 1 additions and 3 deletions

View File

@ -326,9 +326,7 @@ fn test_simple_call() {
ret i32 %mul
}
declare i32 @foo_0(i32)
define i32 @foo_0.1(i32 %0) {
define i32 @foo_0(i32 %0) {
init:
%a = alloca i32, align 4
store i32 %0, i32* %a, align 4