From 70cb1778b90bb21ff8d86cd094797b9e8d3613fd Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Mon, 9 Jul 2012 20:43:01 +0000 Subject: [PATCH] indentation git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159958 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/TargetInstrInfoImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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