From: Reid Spencer Date: Thu, 4 Jan 2007 16:46:46 +0000 (+0000) Subject: Remove a manual renaming of a variable that was introduced before X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6a21d848b62976482f1fcbbec5ab3edc88115d47;p=oota-llvm.git Remove a manual renaming of a variable that was introduced before llvm-upgrade could properly handle collapsed type planes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32875 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/SimplifyCFG/2006-12-08-Ptr-ICmp-Branch.ll b/test/Transforms/SimplifyCFG/2006-12-08-Ptr-ICmp-Branch.ll index 1ca04824b56..2063d9f4ae1 100644 --- a/test/Transforms/SimplifyCFG/2006-12-08-Ptr-ICmp-Branch.ll +++ b/test/Transforms/SimplifyCFG/2006-12-08-Ptr-ICmp-Branch.ll @@ -56,7 +56,7 @@ entry: bb: ; preds = %bb33 %tmp = load %struct.FILE** %f_addr ; <%struct.FILE*> [#uses=1] - %tmp.r = call int %_IO_getc( %struct.FILE* %tmp ) ; [#uses=1] + %tmp = call int %_IO_getc( %struct.FILE* %tmp ) ; [#uses=1] %tmp6 = call int %tolower( int %tmp ) ; [#uses=1] %tmp6 = trunc int %tmp6 to sbyte ; [#uses=1] store sbyte %tmp6, sbyte* %c