diff options
Diffstat (limited to 'test/CodeGen/BPF/basictest.ll')
-rw-r--r-- | test/CodeGen/BPF/basictest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/BPF/basictest.ll b/test/CodeGen/BPF/basictest.ll index 2a2d498..82feb43 100644 --- a/test/CodeGen/BPF/basictest.ll +++ b/test/CodeGen/BPF/basictest.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=bpf | FileCheck %s +; RUN: llc < %s -march=bpfel | FileCheck %s define i32 @test0(i32 %X) { %tmp.1 = add i32 %X, 1 |