Skip to content
Commit 5c11c412 authored by Chris Lattner's avatar Chris Lattner
Browse files

implement correct semantic analysis for shifts. For:

int test(int x, long long y) {
  return x << y;
}

we now realize the type of the shift is int, not long long.

This fixes a fixme from june.

llvm-svn: 44912
parent 2d39e071
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