aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-02 05:53:06 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-02 05:53:06 +0000
commit8aabc9eb23cd0f09a865e71a052eb2f6f51ea6df (patch)
treee29ccb6d0449ed9b53cd674f71ba931e7d31590e /test/CodeGen/Generic
parenta14c3f11accf900fbde1af574a62258d4b246a2e (diff)
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
Diffstat (limited to 'test/CodeGen/Generic')
-rw-r--r--test/CodeGen/Generic/SwitchLowering.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/SwitchLowering.ll b/test/CodeGen/Generic/SwitchLowering.ll
index 4eef03079f..37bfffaa02 100644
--- a/test/CodeGen/Generic/SwitchLowering.ll
+++ b/test/CodeGen/Generic/SwitchLowering.ll
@@ -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
}