aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2005-06-29 15:57:50 +0000
committerJohn Criswell <criswell@uiuc.edu>2005-06-29 15:57:50 +0000
commit46b8db2ec640ff8c109bb2cb0a187817aa8eb57c (patch)
treed5613d068fde3da1314037dff99a4aea088919aa /lib/Transforms
parent782ad62f334c732143047950dff4a1692538735d (diff)
Doh! Forgot to LLVMify the style.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22312 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
-rw-r--r--lib/Transforms/IPO/SimplifyLibCalls.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Transforms/IPO/SimplifyLibCalls.cpp b/lib/Transforms/IPO/SimplifyLibCalls.cpp
index fb4df73818..007e534c3a 100644
--- a/lib/Transforms/IPO/SimplifyLibCalls.cpp
+++ b/lib/Transforms/IPO/SimplifyLibCalls.cpp
@@ -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));