[Hexagon] Adding add/sub with saturation. Removing unused def. Cleaning up shift...
[oota-llvm.git] / test / TableGen / list-element-bitref.td
index 4622f28526eb3900d0b192b912b1ff14daa3bbd1..0f59b537fa6d6ffbb9b67df7670fccf680078e21 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: llvm-tblgen %s | FileCheck %s
 // XFAIL: vg_leak
 
-class C<list<bits<8>> L> {
+class C<list<bits<4>> L> {
   bits<2> V0 = L[0]{1-0};
   bits<2> V1 = L[1]{3-2};
   string V2 = !if(L[0]{0}, "Odd", "Even");