test/Transforms/SimplifyLibCalls/SPrintF.ll: Suppress this for now. r168677 unveiled...
[oota-llvm.git] / test / Transforms / SimplifyLibCalls / SPrintF.ll
index 514a7d9f6eeef7e91d4afff221ac16bc8c7b7228..b152e00e5cd83636f39fb7e0aa89173db638e007 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.