This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-11-19 01:13:25 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
8bd1c2834d
llvm-6502
/
test
/
TableGen
/
DagIntSubst.td
11 lines
106 B
TableGen
Raw
Normal View
History
Unescape
Escape
For PR1319: Fix syntax of tests to ensure grep pattern is properly quoted. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36134 91177308-0d34-0410-b5e6-96231b3b80d8
2007-04-16 15:31:49 +00:00
// RUN: tblgen %s | grep {dag d = (X 13)}
new testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25835 91177308-0d34-0410-b5e6-96231b3b80d8
2006-01-31 06:01:40 +00:00
def
X
;
class
C
<
int
N
>
{
dag
d
=
(
X
N
)
;
}
def
VAL
:
C
<
13
>
;
Reference in New Issue
Copy Permalink