diff options
-rw-r--r-- | test/NaCl/ARM/GOT-with-disabled-constpools.ll | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/NaCl/ARM/GOT-with-disabled-constpools.ll b/test/NaCl/ARM/GOT-with-disabled-constpools.ll index f396c88fc8..a1e4696fb5 100644 --- a/test/NaCl/ARM/GOT-with-disabled-constpools.ll +++ b/test/NaCl/ARM/GOT-with-disabled-constpools.ll @@ -15,10 +15,6 @@ define void @__register_frame_info(i8* %begin, %struct.object* %ob) { entry: - %begin.addr = alloca i8*, align 4 - %ob.addr = alloca %struct.object*, align 4 - store i8* %begin, i8** %begin.addr, align 4 - store %struct.object* %ob, %struct.object** %ob.addr, align 4 ret void } |