diff options
Diffstat (limited to 'llvm/test/CodeGen/BPF/cc_args.ll')
| -rw-r--r-- | llvm/test/CodeGen/BPF/cc_args.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/BPF/cc_args.ll b/llvm/test/CodeGen/BPF/cc_args.ll index 5085fe5684e..42ac830c1ba 100644 --- a/llvm/test/CodeGen/BPF/cc_args.ll +++ b/llvm/test/CodeGen/BPF/cc_args.ll @@ -1,5 +1,4 @@ -; RUN: llc < %s -march=bpf -show-mc-encoding | FileCheck %s -; test little endian only for now +; RUN: llc < %s -march=bpf_le -show-mc-encoding | FileCheck %s define void @test() #0 { entry: |

