mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 10:54:42 +00:00
Comment out some code in prep for actual .td file checkpoint.
llvm-svn: 104927
This commit is contained in:
parent
598aa87ff1
commit
eb1028094c
@ -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…
x
Reference in New Issue
Block a user