This website requires JavaScript.
Explore
Help
Register
Sign In
RPCSX
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCSX/llvm.git
synced
2024-12-13 14:46:53 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
51b6e0bf3a
llvm
/
test
/
TableGen
/
2003-08-03-PassCode.td
8 lines
101 B
TableGen
Raw
Normal View
History
Unescape
Escape
s/tblgen/llvm-tblgen/g in a few missed places, including the tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141294 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-06 13:39:59 +00:00
// RUN: llvm-tblgen %s
New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7560 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-04 04:53:13 +00:00
class
test
<
code
C
>
{
code
Code
=
C
;
}
def
foo
:
test
<
[{ hello world! }]
>
;
Reference in New Issue
Copy Permalink