aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Transforms/SimplifyLibCalls/SPrintF.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Transforms/SimplifyLibCalls/SPrintF.ll b/test/Transforms/SimplifyLibCalls/SPrintF.ll
index 00ce52a698..1e65b5b17a 100644
--- a/test/Transforms/SimplifyLibCalls/SPrintF.ll
+++ b/test/Transforms/SimplifyLibCalls/SPrintF.ll
@@ -1,7 +1,6 @@
; Test that the SPrintFOptimizer works correctly
-; RUN: opt < %s -simplify-libcalls -S | \
+; RUN: opt < %s -instcombine -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.