[llvm-commits] CVS: llvm/lib/Target/IA64/IA64ISelPattern.cpp

Duraid Madina duraid at octopus.com.au
Tue Apr 26 01:43:58 PDT 2005



Changes in directory llvm/lib/Target/IA64:

IA64ISelPattern.cpp updated: 1.27 -> 1.28
---
Log message:

clean up the code! (oops) lots more cleaning left, however.



---
Diffs of the changes:  (+0 -22)

 IA64ISelPattern.cpp |   22 ----------------------
 1 files changed, 22 deletions(-)


Index: llvm/lib/Target/IA64/IA64ISelPattern.cpp
diff -u llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.27 llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.28
--- llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.27	Tue Apr 26 02:23:02 2005
+++ llvm/lib/Target/IA64/IA64ISelPattern.cpp	Tue Apr 26 03:43:47 2005
@@ -668,28 +668,6 @@
       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");






More information about the llvm-commits mailing list