Doh! Forgot to LLVMify the style.
authorJohn Criswell <criswell@uiuc.edu>
Wed, 29 Jun 2005 15:57:50 +0000 (15:57 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Wed, 29 Jun 2005 15:57:50 +0000 (15:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22312 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/SimplifyLibCalls.cpp

index fb4df738184de426411772023434b5187aa2bab6..007e534c3a06778ae0e29a2321dc106b4372e7c2 100644 (file)
@@ -1310,9 +1310,7 @@ public:
       // 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));