| commit | 76c99c9f79dfe37e219e471a8b86eae5b6e6f2bd | [log] [tgz] |
|---|---|---|
| author | Morten Krogh-Jespersen <mkroghj@google.com> | Thu Apr 25 08:54:14 2019 +0200 |
| committer | Morten Krogh-Jespersen <mkroghj@google.com> | Thu Apr 25 07:04:27 2019 +0000 |
| tree | 009896d566b99eceed8cdba57c32f311d2faa165 | |
| parent | d302048bacfd36b83ff0ce95bbef10317201ab56 [diff] |
Small typo in Phi error message Change-Id: If177b682c158df6ee5970beedeccae1b51d8d845
diff --git a/src/main/java/com/android/tools/r8/ir/code/Phi.java b/src/main/java/com/android/tools/r8/ir/code/Phi.java index 2d45303..c0dac12 100644 --- a/src/main/java/com/android/tools/r8/ir/code/Phi.java +++ b/src/main/java/com/android/tools/r8/ir/code/Phi.java
@@ -159,7 +159,7 @@ throw new CompilationError( "Undefined value encountered during compilation. " + "This is typically caused by invalid dex input that uses a register " - + "that is not define on all control-flow paths leading to the use."); + + "that is not defined on all control-flow paths leading to the use."); } private void appendOperand(Value operand) {