Strengthen test case.
authorBrian Gaeke <gaeke@uiuc.edu>
Sat, 22 Nov 2003 05:01:57 +0000 (05:01 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Sat, 22 Nov 2003 05:01:57 +0000 (05:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10166 91177308-0d34-0410-b5e6-96231b3b80d8

test/CBackend/2003-11-21-ConstantShiftExpr.ll
test/CodeGen/CBackend/2003-11-21-ConstantShiftExpr.ll

index a2a145f48739a55d82c2b8b1aba9d1517d0ddf02..5bd088db9d019e8b263e73d71f27e153759d3dcd 100644 (file)
@@ -1,6 +1,10 @@
 %y = weak global sbyte 0
 implementation
-uint %testcase() {
+uint %testcaseshr() {
 entry:
        ret uint shr (uint cast (sbyte* %y to uint), ubyte 4)
 }
+uint %testcaseshl() {
+entry:
+       ret uint shl (uint cast (sbyte* %y to uint), ubyte 4)
+}
index a2a145f48739a55d82c2b8b1aba9d1517d0ddf02..5bd088db9d019e8b263e73d71f27e153759d3dcd 100644 (file)
@@ -1,6 +1,10 @@
 %y = weak global sbyte 0
 implementation
-uint %testcase() {
+uint %testcaseshr() {
 entry:
        ret uint shr (uint cast (sbyte* %y to uint), ubyte 4)
 }
+uint %testcaseshl() {
+entry:
+       ret uint shl (uint cast (sbyte* %y to uint), ubyte 4)
+}