From: Andrew Trick Date: Mon, 9 Jul 2012 20:43:01 +0000 (+0000) Subject: indentation X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=70cb1778b90bb21ff8d86cd094797b9e8d3613fd;p=oota-llvm.git indentation git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159958 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/TargetInstrInfoImpl.cpp b/lib/CodeGen/TargetInstrInfoImpl.cpp index 1da5512c91b..a3d677110e2 100644 --- a/lib/CodeGen/TargetInstrInfoImpl.cpp +++ b/lib/CodeGen/TargetInstrInfoImpl.cpp @@ -641,7 +641,7 @@ static int computeDefOperandLatency( return TII->defaultDefLatency(ItinData, DefMI); // ...operand lookup required -return -1; + return -1; } /// computeOperandLatency - Compute and return the latency of the given data