From: Anders Carlsson Date: Tue, 30 Nov 2010 06:03:55 +0000 (+0000) Subject: Fix a typo. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1d0629558320666685694a4ea80b0b242242efb6;p=oota-llvm.git Fix a typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120394 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/SimplifyLibCalls/FPuts.ll b/test/Transforms/SimplifyLibCalls/FPuts.ll index 47a33c2d98d..1f72ede7961 100644 --- a/test/Transforms/SimplifyLibCalls/FPuts.ll +++ b/test/Transforms/SimplifyLibCalls/FPuts.ll @@ -1,4 +1,4 @@ -; Test that the PutsCatOptimizer works correctly +; Test that the FPutsOptimizer works correctly ; RUN: opt < %s -simplify-libcalls -S | \ ; RUN: not grep {call.*fputs}