diff options
-rw-r--r-- | lib/Transforms/IPO/SimplifyLibCalls.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/IPO/SimplifyLibCalls.cpp b/lib/Transforms/IPO/SimplifyLibCalls.cpp index 7d65028601..87c1480fba 100644 --- a/lib/Transforms/IPO/SimplifyLibCalls.cpp +++ b/lib/Transforms/IPO/SimplifyLibCalls.cpp @@ -1342,7 +1342,7 @@ public: return false; // Get the second character and switch on its value - switch (FormatStr[2]) { + switch (FormatStr[1]) { case 'c': { // sprintf(dest,"%c",chr) -> store chr, dest Value *V = CastInst::createTruncOrBitCast(CI->getOperand(3), |