From 2332ee883082e7e64e3bc6ab6a6d81e1f7565fe4 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 29 Apr 2005 23:01:21 +0000 Subject: [PATCH] Get the name of the pass right in the documentation. llvm-svn: 21621 --- test/Regression/Transforms/SimplifyLibCalls/Puts.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Regression/Transforms/SimplifyLibCalls/Puts.ll b/test/Regression/Transforms/SimplifyLibCalls/Puts.ll index ce7873fdd74..b3b5434ddf7 100644 --- a/test/Regression/Transforms/SimplifyLibCalls/Puts.ll +++ b/test/Regression/Transforms/SimplifyLibCalls/Puts.ll @@ -1,4 +1,4 @@ -; Test that the StrCatOptimizer works correctly +; Test that the PutsCatOptimizer works correctly ; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*fputs' ; %struct._IO_FILE = type { int, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, sbyte*, %struct._IO_marker*, %struct._IO_FILE*, int, int, int, ushort, sbyte, [1 x sbyte], sbyte*, long, sbyte*, sbyte*, int, [52 x sbyte] }