From d68d2c312a1bf4b07a76a7fcdf515d71178adb9c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 9 Oct 2006 17:34:40 +0000 Subject: [PATCH] xfail this until andrew has a chance to implement the alpha TM method. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30833 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Alpha/jmp_table.ll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/CodeGen/Alpha/jmp_table.ll b/test/CodeGen/Alpha/jmp_table.ll index 00ae601259a..ad51016bf78 100644 --- a/test/CodeGen/Alpha/jmp_table.ll +++ b/test/CodeGen/Alpha/jmp_table.ll @@ -4,6 +4,8 @@ ; RUN: llvm-as < %s | llc -march=alpha | grep 'ldl' && ; RUN: llvm-as < %s | llc -march=alpha | grep 'rodata' +; XFAIL: * + target endian = little target pointersize = 64 target triple = "alphaev67-unknown-linux-gnu" -- 2.34.1