summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/TargetInstrInfoImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/TargetInstrInfoImpl.cpp b/llvm/lib/CodeGen/TargetInstrInfoImpl.cpp
index 1da5512c91b..a3d677110e2 100644
--- a/llvm/lib/CodeGen/TargetInstrInfoImpl.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud