mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
clean up the code! (oops) lots more cleaning left, however.
llvm-svn: 21563
This commit is contained in:
parent
5590c48202
commit
675a0b9769
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user