aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic/SwitchLowering.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Generic/SwitchLowering.ll')
-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 4eef030..37bfffa 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
}