[x86] Hoist the zext-lowering up in the v4i32 lowering routine -- it is
[oota-llvm.git] / test / TableGen / 2006-09-18-LargeInt.td
1 // RUN: llvm-tblgen %s | FileCheck %s
2
3 // CHECK: 4294901760
4
5 def X {
6   int Y = 0xFFFF0000;
7 }