diff options
Diffstat (limited to 'llvm/test/Transforms/PhaseOrdering/switch-sext.ll')
| -rw-r--r-- | llvm/test/Transforms/PhaseOrdering/switch-sext.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/PhaseOrdering/switch-sext.ll b/llvm/test/Transforms/PhaseOrdering/switch-sext.ll index 0e352ba52f6a..3fbb02d04629 100644 --- a/llvm/test/Transforms/PhaseOrdering/switch-sext.ll +++ b/llvm/test/Transforms/PhaseOrdering/switch-sext.ll @@ -1,5 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4 -; RUN: opt -S -passes='default<O3>' < %s | FileCheck %s +; RUN: opt -S -passes="default<O3>" < %s | FileCheck %s define i8 @test_switch_with_sext_phi(i8 %code) { ; CHECK-LABEL: define noundef i8 @test_switch_with_sext_phi( |
