Remove a manual renaming of a variable that was introduced before
authorReid Spencer <rspencer@reidspencer.com>
Thu, 4 Jan 2007 16:46:46 +0000 (16:46 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 4 Jan 2007 16:46:46 +0000 (16:46 +0000)
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

test/Transforms/SimplifyCFG/2006-12-08-Ptr-ICmp-Branch.ll

index 1ca04824b568f6715d49886b22784fb26b0a5dc8..2063d9f4ae132a4a4a0163992b7d7754825c00ae 100644 (file)
@@ -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 )         ; <int> [#uses=1]
+        %tmp = call int %_IO_getc( %struct.FILE* %tmp )         ; <int> [#uses=1]
         %tmp6 = call int %tolower( int %tmp )           ; <int> [#uses=1]
         %tmp6 = trunc int %tmp6 to sbyte                ; <sbyte> [#uses=1]
         store sbyte %tmp6, sbyte* %c