mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 00:17:01 +00:00
Change BitsInit to inherit from TypedInit.
This is useful in a later patch where binary literals such as 0b000 will become BitsInit values instead of IntInit values. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215085 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user