[llvm-commits] [llvm] r92831 - /llvm/trunk/lib/Transforms/Scalar/SimplifyLibCalls.cpp
Mikhail Glushenkov
foldr at codedgers.com
Wed Jan 6 01:20:40 PST 2010
Author: foldr
Date: Wed Jan 6 03:20:39 2010
New Revision: 92831
URL: http://llvm.org/viewvc/llvm-project?rev=92831&view=rev
Log:
Formatting.
Modified:
llvm/trunk/lib/Transforms/Scalar/SimplifyLibCalls.cpp
Modified: llvm/trunk/lib/Transforms/Scalar/SimplifyLibCalls.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/SimplifyLibCalls.cpp?rev=92831&r1=92830&r2=92831&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/SimplifyLibCalls.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/SimplifyLibCalls.cpp Wed Jan 6 03:20:39 2010
@@ -237,8 +237,8 @@
Value *MemCmp = M->getOrInsertFunction("memcmp", AttrListPtr::get(AWI, 3),
Type::getInt32Ty(*Context),
- Type::getInt8PtrTy(*Context),
- Type::getInt8PtrTy(*Context),
+ Type::getInt8PtrTy(*Context),
+ Type::getInt8PtrTy(*Context),
TD->getIntPtrType(*Context), NULL);
CallInst *CI = B.CreateCall3(MemCmp, CastToCStr(Ptr1, B), CastToCStr(Ptr2, B),
Len, "memcmp");
More information about the llvm-commits
mailing list