forked from OSchip/llvm-project
Comment out some code in prep for actual .td file checkpoint.
llvm-svn: 104927
This commit is contained in:
parent
eaff5fa30a
commit
2c3a196d16
|
@ -53,9 +53,8 @@ void NeonEmitter::run(raw_ostream &OS) {
|
|||
OS << LowercaseString(R->getName()) << "\n";
|
||||
|
||||
std::string Types = R->getValueAsString("Types");
|
||||
std::string Pattern = R->getValueAsString("Pattern");
|
||||
|
||||
OS << Types << "\n" << Pattern << "\n\n";
|
||||
//std::string Pattern = R->getValueAsString("Pattern");
|
||||
//OS << Types << "\n" << Pattern << "\n\n";
|
||||
}
|
||||
|
||||
OS << "#endif /* __ARM_NEON_H */\n";
|
||||
|
|
Loading…
Reference in New Issue