mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
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:
parent
a37dd3e6a5
commit
e8f0349439
@ -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
Block a user