blob: 35248d1922f2e72291b5abac290714d5920f0070 [file] [log] [blame]
Chris Lattnerf2d49162003-08-15 22:36:55 +00001; This testcase failed to work because two variable sized allocas confused the
2; local register allocator.
3
4int %main(uint %X) {
5 %A = alloca uint, uint %X
6
7 %B = alloca float, uint %X
8 ret int 0
9}