For PR1070:

Revert previous patch now that llvm-upgrade can handle collapsed type
plane conversion properly.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32814 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer
2007-01-02 05:53:06 +00:00
parent a14c3f11ac
commit 8aabc9eb23
5 changed files with 40 additions and 22 deletions

View File

@@ -19,6 +19,7 @@ bb: ; preds = %bb, %entry
]
bb7: ; preds = %bb, %bb
%tmp = cast sbyte %tmp to ubyte ; <ubyte> [#uses=1]
tail call void %foo( ubyte %tmp )
ret sbyte* %tmp2
}