From: Reid Spencer Date: Fri, 29 Apr 2005 23:01:21 +0000 (+0000) Subject: Get the name of the pass right in the documentation. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=41571c8961a42c5680cc59fd74db4f706b364b01;p=oota-llvm.git Get the name of the pass right in the documentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21621 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/SimplifyLibCalls/Puts.ll b/test/Transforms/SimplifyLibCalls/Puts.ll index ce7873fdd74..b3b5434ddf7 100644 --- a/test/Transforms/SimplifyLibCalls/Puts.ll +++ b/test/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] }