forked from OSchip/llvm-project
[Stencil] Hide implementaion detai. NFC.
llvm-svn: 373504
This commit is contained in:
parent
12e915b3fc
commit
340406a740
|
@ -82,7 +82,6 @@ struct IfBoundData {
|
|||
StencilPart TruePart;
|
||||
StencilPart FalsePart;
|
||||
};
|
||||
} // namespace
|
||||
|
||||
bool isEqualData(const RawTextData &A, const RawTextData &B) {
|
||||
return A.Text == B.Text;
|
||||
|
@ -203,6 +202,7 @@ public:
|
|||
return false;
|
||||
}
|
||||
};
|
||||
} // namespace
|
||||
|
||||
StencilPart Stencil::wrap(StringRef Text) {
|
||||
return stencil::text(Text);
|
||||
|
|
Loading…
Reference in New Issue