mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-08 13:26:19 +00:00
Typo.
llvm-svn: 134563
This commit is contained in:
parent
94f4eec7e4
commit
b7ddd98a58
@ -1744,7 +1744,7 @@ TreePatternNode *TreePattern::ParseTreePattern(Init *TheInit, StringRef OpName){
|
||||
Record *R = DI->getDef();
|
||||
|
||||
// Direct reference to a leaf DagNode or PatFrag? Turn it into a
|
||||
// TreePatternNode if its own. For example:
|
||||
// TreePatternNode of its own. For example:
|
||||
/// (foo GPR, imm) -> (foo GPR, (imm))
|
||||
if (R->isSubClassOf("SDNode") || R->isSubClassOf("PatFrag"))
|
||||
return ParseTreePattern(new DagInit(DI, "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user