mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
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
This commit is contained in:
parent
a5173381e9
commit
6a21d848b6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user