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-12 15:05:06 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
14eb675218
llvm-6502
/
test
/
TableGen
/
IntBitInit.td
7 lines
58 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
Remove 6 of XFAIL(s) in llvm/test/TableGen, since r193736. They have been XPASSing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194352 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-10 14:25:44 +00:00
New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7525 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-03 18:28:09 +00:00
def
{
bit
A
=
1
;
int
B
=
A
;
}
Reference in New Issue
Copy Permalink