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 | 5f7c2d80d832ecfed16812bd2117ecd021d095aa (patch) | |
tree | c8acfb2d7c4c582d19a91f8b15a8cb259b021e0c | |
parent | 1084fa2ef262f554d9c44a2e22f2dd3eaadc984f (diff) | |
download | bcm5719-llvm-5f7c2d80d832ecfed16812bd2117ecd021d095aa.tar.gz bcm5719-llvm-5f7c2d80d832ecfed16812bd2117ecd021d095aa.zip |
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.
llvm-svn: 168679
-rw-r--r-- | llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll b/llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll index 514a7d9f6ee..b152e00e5cd 100644 --- a/llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll +++ b/llvm/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. |