diff options
author | Akira Hatanaka <ahatanak@gmail.com> | 2011-09-21 17:43:48 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanak@gmail.com> | 2011-09-21 17:43:48 +0000 |
commit | 4ce4a61cac24da062d6ac75db33052d51424e2e5 (patch) | |
tree | 64169b5a4a0bec6666416bb44e20eb4e378359ce | |
parent | 580eccb05aa2080d5ddadf42b2c341a40e7decf9 (diff) | |
download | bcm5719-llvm-4ce4a61cac24da062d6ac75db33052d51424e2e5.tar.gz bcm5719-llvm-4ce4a61cac24da062d6ac75db33052d51424e2e5.zip |
Remove +.
llvm-svn: 140266
-rw-r--r-- | llvm/test/CodeGen/Mips/2008-07-15-SmallSection.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/2008-07-15-SmallSection.ll b/llvm/test/CodeGen/Mips/2008-07-15-SmallSection.ll index 8eced396b3f..cbc3ecf5edc 100644 --- a/llvm/test/CodeGen/Mips/2008-07-15-SmallSection.ll +++ b/llvm/test/CodeGen/Mips/2008-07-15-SmallSection.ll @@ -9,7 +9,7 @@ ; DISABLED: grep {\%hi} %t1 | count 2 ; DISABLED: grep {\%lo} %t1 | count 3 ; RUN: false -+; XFAIL: * +; XFAIL: * target datalayout = "e-p:32:32:32-i1:8:8-i8:8:32-i16:16:32-i32:32:32-i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64" |