| commit | 5c11c41203e829a7547ae9834fef98d66840b6f0 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Wed Dec 12 05:47:28 2007 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Wed Dec 12 05:47:28 2007 +0000 |
| tree | eb56db2470046ba91524a60696dfd90fdc758e42 | |
| parent | 2d39e07112185e63be0766c85e6cee519488b1bf [diff] |
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