Comment out some code in prep for actual .td file checkpoint.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104927 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nate Begeman 2010-05-28 02:19:08 +00:00
parent a37dd3e6a5
commit e8f0349439

View File

@ -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";