summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO
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
commit810b4f8d55884e8838e0a7c8e367527a4d60a420 (patch)
tree0cf20ca96d9e035661b263257a0db8a17d2240de /llvm/lib/Transforms/IPO
parent8192568fbc75e548ea121be0fcb9ee1d2d6e61f9 (diff)
downloadbcm5719-llvm-810b4f8d55884e8838e0a7c8e367527a4d60a420.tar.gz
bcm5719-llvm-810b4f8d55884e8838e0a7c8e367527a4d60a420.zip
Doh! Forgot to LLVMify the style.
llvm-svn: 22312
Diffstat (limited to 'llvm/lib/Transforms/IPO')
-rw-r--r--llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp b/llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp
index fb4df738184..007e534c3a0 100644
--- a/llvm/lib/Transforms/IPO/SimplifyLibCalls.cpp
+++ b/llvm/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));
OpenPOWER on IntegriCloud