aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-04 16:46:46 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-04 16:46:46 +0000
commit6a21d848b62976482f1fcbbec5ab3edc88115d47 (patch)
treeda6c354be7b08879c3e9d09870e8c722d07626e7 /test
parenta5173381e96dd83190dff90f6585aa20fe42009a (diff)
downloadexternal_llvm-6a21d848b62976482f1fcbbec5ab3edc88115d47.zip
external_llvm-6a21d848b62976482f1fcbbec5ab3edc88115d47.tar.gz
external_llvm-6a21d848b62976482f1fcbbec5ab3edc88115d47.tar.bz2
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
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/SimplifyCFG/2006-12-08-Ptr-ICmp-Branch.ll2
1 files changed, 1 insertions, 1 deletions
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 1ca0482..2063d9f 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 ) ; <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