mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-28 15:54:00 +00:00
rename add some comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115741 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4822509b28
commit
d752593b0b
@ -1,5 +1,8 @@
|
||||
// RUN: tblgen %s | FileCheck %s
|
||||
// XFAIL: vg_leak
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Substitution of an int.
|
||||
def X1;
|
||||
|
||||
class C1<int N> {
|
||||
@ -12,6 +15,8 @@ def VAL1 : C1<13>;
|
||||
// CHECK-NEXT: dag d = (X1 13)
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Substitution of a DAG.
|
||||
def X2;
|
||||
|
||||
class yclass;
|
Loading…
x
Reference in New Issue
Block a user