[bpf] add big- and host- endian support
[oota-llvm.git] / test / CodeGen / BPF / basictest.ll
index 2a2d49878a633db11d8c30a5709831f6f7800ab2..b1c1f8081601c4b474343016c2114309ee63ee04 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=bpf | FileCheck %s
+; RUN: llc < %s -march=bpf_le | FileCheck %s
 
 define i32 @test0(i32 %X) {
   %tmp.1 = add i32 %X, 1