Mercurial > hg > Members > tobaru > cbc > CbC_llvm
view test/CodeGen/Generic/2010-ZeroSizedArg.ll @ 100:7d135dc70f03
LLVM 3.9
author | Miyagi Mitsuki <e135756@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 26 Jan 2016 22:53:40 +0900 |
parents | 95c75e76d11b |
children |
line wrap: on
line source
; RUN: llc < %s ; PR4975 %0 = type <{ [0 x i32] }> %union.T0 = type { } @.str = private constant [1 x i8] c" " define void @t(%0) nounwind { entry: %arg0 = alloca %union.T0 %1 = bitcast %union.T0* %arg0 to %0* store %0 %0, %0* %1, align 1 ret void } declare i32 @printf(i8*, ...)