aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEli Bendersky <eliben@chromium.org>2013-07-19 11:15:09 -0700
committerEli Bendersky <eliben@chromium.org>2013-07-19 11:15:09 -0700
commit08a21530686951340a62f7fcd583ffef05c34f09 (patch)
tree635ecd82221d9754b346edcf3c7a8f94e21eb31f /test
parent4412ea4b8e019d00dc7574fe1723eea0473a8ec1 (diff)
Simplify the test by removing unnecessary function body.
Suggested in review: https://codereview.chromium.org/19705002/ BUG=None R=jvoung@chromium.org Review URL: https://codereview.chromium.org/19774012
Diffstat (limited to 'test')
-rw-r--r--test/NaCl/ARM/GOT-with-disabled-constpools.ll4
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
}