summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/BPF/ex1.ll
diff options
context:
space:
mode:
authorAlexei Starovoitov <alexei.starovoitov@gmail.com>2015-06-05 16:11:14 +0000
committerAlexei Starovoitov <alexei.starovoitov@gmail.com>2015-06-05 16:11:14 +0000
commit8cf9a4c472f5819476c9c8ba271e989dee3d17c0 (patch)
treea3c31e69e4e252aadae79586640073ea4c948aff /llvm/test/CodeGen/BPF/ex1.ll
parentbe8c453d58a77909b1e35410a8ea6e78f5d0e50c (diff)
downloadbcm5719-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.ll2
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 }
OpenPOWER on IntegriCloud