; RUN: llvm-as < %s | pnacl-freeze | pnacl-bcanalyzer -dump-records \ ; RUN: | FileCheck %s ; Test that alloca's size operand is represented with a relative value ; ID, the same as other instructions' operands. define external void @_start(i32 %arg) { ; CHECK: %size = mul i32 %arg, 4 ; CHECK-NEXT: }