blob: 08060bf3d6f11bda64d26abfb9078191e7ee1be3 [file] [log] [blame]
Dan Gohmanc8054d92009-09-09 00:09:15 +00001; RUN: llc < %s
Chris Lattner84b36df2005-10-18 22:13:39 +00002
Tanya Lattner3f047732008-02-19 01:41:04 +00003define void @test() {
4 %X = alloca { } ; <{ }*> [#uses=0]
5 ret void
Chris Lattner84b36df2005-10-18 22:13:39 +00006}