1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

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

llvm-svn: 104927
This commit is contained in:
Nate Begeman 2010-05-28 02:19:08 +00:00
parent 598aa87ff1
commit eb1028094c

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