indentation
authorAndrew Trick <atrick@apple.com>
Mon, 9 Jul 2012 20:43:01 +0000 (20:43 +0000)
committerAndrew Trick <atrick@apple.com>
Mon, 9 Jul 2012 20:43:01 +0000 (20:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159958 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/TargetInstrInfoImpl.cpp

index 1da5512c91bb4e70fbf73f7b0b229c77fc43fdc4..a3d677110e2029aa334bb8225bcd1e98880e53d6 100644 (file)
@@ -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