aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDuraid Madina <duraid@octopus.com.au>2005-04-26 08:43:47 +0000
committerDuraid Madina <duraid@octopus.com.au>2005-04-26 08:43:47 +0000
commit3b84bac3efc9f8bc2925f8ec55ba87b16e4423d4 (patch)
treeebb17126f82b0ffd1c7be2f2db70ee232c7929c9 /lib
parent20754ac069f19dca5837fc43c0488a4dae224f7b (diff)
downloadexternal_llvm-3b84bac3efc9f8bc2925f8ec55ba87b16e4423d4.zip
external_llvm-3b84bac3efc9f8bc2925f8ec55ba87b16e4423d4.tar.gz
external_llvm-3b84bac3efc9f8bc2925f8ec55ba87b16e4423d4.tar.bz2
clean up the code! (oops) lots more cleaning left, however.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21563 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/IA64/IA64ISelPattern.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/Target/IA64/IA64ISelPattern.cpp b/lib/Target/IA64/IA64ISelPattern.cpp
index 20189e1..e2a5a98 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");