[llvm-commits] CVS: llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp

John Criswell criswell at cs.uiuc.edu
Wed Jun 29 08:58:07 PDT 2005



Changes in directory llvm/lib/Transforms/IPO:

SimplifyLibCalls.cpp updated: 1.44 -> 1.45
---
Log message:

Doh!  Forgot to LLVMify the style.


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

 SimplifyLibCalls.cpp |    2 --
 1 files changed, 2 deletions(-)


Index: llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp
diff -u llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp:1.44 llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp:1.45
--- llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp:1.44	Wed Jun 29 10:03:18 2005
+++ llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp	Wed Jun 29 10:57:50 2005
@@ -1310,9 +1310,7 @@
       // same type of char pointer.
       if (ci->getOperand(2)->getType() !=
           fwrite_func->getFunctionType()->getParamType(0))
-      {
         return false;
-      }
 
       std::vector<Value*> args;
       args.push_back(ci->getOperand(2));






More information about the llvm-commits mailing list