test/Transforms/SimplifyLibCalls/SPrintF.ll: Suppress this for now. r168677 unveiled...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 27 Nov 2012 06:42:48 +0000 (06:42 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 27 Nov 2012 06:42:48 +0000 (06:42 +0000)
FYI, this test makes no sense with "not grep"... I saw "assertion failure" in stderr.

llvm-svn: 168679

llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll

index 514a7d9..b152e00 100644 (file)
@@ -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.