diff options
Diffstat (limited to 'test/592-checker-regression-bool-input/smali/TestCase.smali')
-rw-r--r-- | test/592-checker-regression-bool-input/smali/TestCase.smali | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/592-checker-regression-bool-input/smali/TestCase.smali b/test/592-checker-regression-bool-input/smali/TestCase.smali index 29037ab397..8e9ad809c0 100644 --- a/test/592-checker-regression-bool-input/smali/TestCase.smali +++ b/test/592-checker-regression-bool-input/smali/TestCase.smali @@ -16,7 +16,7 @@ .super Ljava/lang/Object; -## CHECK-START: boolean TestCase.testCase() code_flow_simplifier (after) +## CHECK-START: boolean TestCase.testCase() control_flow_simplifier (after) ## CHECK-DAG: <<Select:i\d+>> Select ## CHECK-DAG: Return [<<Select>>] |