Skip to content
Commit 1ad38f8f authored by Chris Lattner's avatar Chris Lattner
Browse files

codegen all declarators in a declstmt, allowing us to successfully codegen

stuff like:

void test() {
  int *X, Y, *Z[14];

  X[Y] = 4;
}

llvm-svn: 39624
parent 776fac87
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment