diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-11-27 06:42:48 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-11-27 06:42:48 +0000 |
commit | ff9ca8c081da779b7c7470884c27d1ba1de9b8a2 (patch) | |
tree | 1e4b247b73fba57714b0e2c489be69cf7cb80c5b | |
parent | 6ee74f52e987036ced56293d50580f8208b863f5 (diff) |
test/Transforms/SimplifyLibCalls/SPrintF.ll: Suppress this for now. r168677 unveiled another failure.
FYI, this test makes no sense with "not grep"... I saw "assertion failure" in stderr.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168679 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Transforms/SimplifyLibCalls/SPrintF.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/SimplifyLibCalls/SPrintF.ll b/test/Transforms/SimplifyLibCalls/SPrintF.ll index 514a7d9f6e..b152e00e5c 100644 --- a/test/Transforms/SimplifyLibCalls/SPrintF.ll +++ b/test/Transforms/SimplifyLibCalls/SPrintF.ll @@ -1,6 +1,7 @@ ; Test that the SPrintFOptimizer works correctly ; RUN: opt < %s -simplify-libcalls -S | \ ; RUN: not grep "call.*sprintf" +; REQUIRES: suppressed ; This transformation requires the pointer size, as it assumes that size_t is ; the size of a pointer. |