diff options
Diffstat (limited to 'llvm/test/CodeGen/BPF/shifts.ll')
| -rw-r--r-- | llvm/test/CodeGen/BPF/shifts.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/BPF/shifts.ll b/llvm/test/CodeGen/BPF/shifts.ll index 77d02d76c05..cb000b92fcd 100644 --- a/llvm/test/CodeGen/BPF/shifts.ll +++ b/llvm/test/CodeGen/BPF/shifts.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=bpf_le -show-mc-encoding | FileCheck %s +; RUN: llc < %s -march=bpfel -show-mc-encoding | FileCheck %s define zeroext i8 @lshr8(i8 zeroext %a, i8 zeroext %cnt) nounwind readnone { entry: |

