[Lldb-commits] [lldb] r212582 - Correct indentation level for one line.
Jason Molenda
jmolenda at apple.com
Tue Jul 8 18:10:37 PDT 2014
Author: jmolenda
Date: Tue Jul 8 20:10:37 2014
New Revision: 212582
URL: http://llvm.org/viewvc/llvm-project?rev=212582&view=rev
Log:
Correct indentation level for one line.
Modified:
lldb/trunk/source/Expression/IRForTarget.cpp
Modified: lldb/trunk/source/Expression/IRForTarget.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Expression/IRForTarget.cpp?rev=212582&r1=212581&r2=212582&view=diff
==============================================================================
--- lldb/trunk/source/Expression/IRForTarget.cpp (original)
+++ lldb/trunk/source/Expression/IRForTarget.cpp Tue Jul 8 20:10:37 2014
@@ -182,7 +182,7 @@ IRForTarget::GetFunctionAddress (llvm::F
if (m_error_stream)
m_error_stream->Printf("Internal error [IRForTarget]: Call to unhandled compiler intrinsic '%s'\n", Intrinsic::getName(intrinsic_id).c_str());
- return LookupResult::Fail;
+ return LookupResult::Fail;
case Intrinsic::memcpy:
{
static lldb_private::ConstString g_memcpy_str ("memcpy");
More information about the lldb-commits
mailing list