diff options
author | Chris Lattner <sabre@nondot.org> | 2006-07-07 04:43:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-07-07 04:43:24 +0000 |
commit | 3c8c1639b60409b7475d04f47848fda26a9460be (patch) | |
tree | 697dd73af3421382add779522ba11875c4ed56cf | |
parent | a98a81e92a5a4b1631034fc44604b556cf50e581 (diff) |
Xfail this
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29040 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll b/test/CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll index be3d3e7b1e..e5375e6aa3 100644 --- a/test/CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll +++ b/test/CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll @@ -1,6 +1,6 @@ -;RUN: llvm-as < %s | llc -march=alpha +; RUN: llvm-as < %s | llc -march=alpha +; XFAIL: * -; ModuleID = 'atomicity.cc' target endian = little target pointersize = 64 target triple = "alphaev67-unknown-linux-gnu" |