diff options
-rw-r--r-- | lib/Target/IA64/IA64ISelPattern.cpp | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/Target/IA64/IA64ISelPattern.cpp b/lib/Target/IA64/IA64ISelPattern.cpp index 20189e1999..e2a5a988d6 100644 --- a/lib/Target/IA64/IA64ISelPattern.cpp +++ b/lib/Target/IA64/IA64ISelPattern.cpp @@ -668,28 +668,6 @@ unsigned lefevre(const std::string inString, t.replace(i, 1, "0"); } - /* and now for something completely different: - - //\\\\\\ ` \`..(@) - : \\\\ (@)(@) / /(@) - \ ~L~ )\\\\ \ \ '\(__``',.. - /\_~ / |||| \ , | ~~~--/ - ////| |//// // / - ||||^ ~~~~~~--------~/ / - / ( ( _____---~~~~~\| / -( )| / / / / - \^\ \____/ / \ / - \ \/ \ \ / - )) ) ' ~ - | | ` , - |______| - | || | , - ( || | - \ | | , - \| / - /_^|| - */ - for(int i=0; i<u.length(); i++) { if(u.c_str()[i]=='P' || u.c_str()[i]=='N') u.replace(i, 1, "0"); |