diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/branch.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/branch.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/ARM/branch.ll b/llvm/test/CodeGen/ARM/branch.ll index ad21d94a52e..e593189b801 100644 --- a/llvm/test/CodeGen/ARM/branch.ll +++ b/llvm/test/CodeGen/ARM/branch.ll @@ -3,6 +3,7 @@ ; RUN: grep bge %t ; RUN: grep bhs %t ; RUN: grep blo %t +; XFAIL: * define void @f1(i32 %a, i32 %b, i32* %v) { entry: |