diff options
| author | Alexei Starovoitov <alexei.starovoitov@gmail.com> | 2015-06-05 16:11:14 +0000 |
|---|---|---|
| committer | Alexei Starovoitov <alexei.starovoitov@gmail.com> | 2015-06-05 16:11:14 +0000 |
| commit | 8cf9a4c472f5819476c9c8ba271e989dee3d17c0 (patch) | |
| tree | a3c31e69e4e252aadae79586640073ea4c948aff /llvm/test/CodeGen/BPF/ex1.ll | |
| parent | be8c453d58a77909b1e35410a8ea6e78f5d0e50c (diff) | |
| download | bcm5719-llvm-8cf9a4c472f5819476c9c8ba271e989dee3d17c0.tar.gz bcm5719-llvm-8cf9a4c472f5819476c9c8ba271e989dee3d17c0.zip | |
[bpf] rename triple names bpf_be -> bpfeb
llvm-svn: 239162
Diffstat (limited to 'llvm/test/CodeGen/BPF/ex1.ll')
| -rw-r--r-- | llvm/test/CodeGen/BPF/ex1.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/BPF/ex1.ll b/llvm/test/CodeGen/BPF/ex1.ll index abf068ca9a3..546e5d49da6 100644 --- a/llvm/test/CodeGen/BPF/ex1.ll +++ b/llvm/test/CodeGen/BPF/ex1.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=bpf_le | FileCheck %s +; RUN: llc < %s -march=bpfel | FileCheck %s %struct.bpf_context = type { i64, i64, i64, i64, i64, i64, i64 } %struct.sk_buff = type { i64, i64, i64, i64, i64, i64, i64 } |

