remove tabs from my previous commit.
authorNuno Lopes <nunoplopes@sapo.pt>
Wed, 1 Aug 2012 17:13:28 +0000 (17:13 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Wed, 1 Aug 2012 17:13:28 +0000 (17:13 +0000)
Sorry, not used to this editor anymore.. XCode please come back; you're forgiven :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161120 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/BuildLibCalls.cpp

index 89949bb2a287cb9a2fa81704f0e2528fe3a87aae..e13fd716fa856e89f2fdc28fcb6bde5a043c843d 100644 (file)
@@ -527,7 +527,7 @@ bool SimplifyFortifiedLibCalls::fold(CallInst *CI, const TargetData *TD,
       Value *Ret = EmitStrCpy(CI->getArgOperand(0), CI->getArgOperand(1), B, TD,
                               TLI, Name.substr(2, 6));
       if (!Ret)
-       return false;
+        return false;
       replaceCall(Ret);
       return true;
     }
@@ -548,7 +548,7 @@ bool SimplifyFortifiedLibCalls::fold(CallInst *CI, const TargetData *TD,
                                CI->getArgOperand(2), B, TD, TLI,
                                Name.substr(2, 7));
       if (!Ret)
-       return false;
+        return false;
       replaceCall(Ret);
       return true;
     }