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/sockex2.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/sockex2.ll')
| -rw-r--r-- | llvm/test/CodeGen/BPF/sockex2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/BPF/sockex2.ll b/llvm/test/CodeGen/BPF/sockex2.ll index 99458a965a9..d372a5982f6 100644 --- a/llvm/test/CodeGen/BPF/sockex2.ll +++ b/llvm/test/CodeGen/BPF/sockex2.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 %struct.bpf_map_def = type { i32, i32, i32, i32 } %struct.sk_buff = type opaque |

