mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-18 09:46:57 +00:00
Strengthen test case.
llvm-svn: 10166
This commit is contained in:
parent
8ba9deba09
commit
ef4b6f1647
@ -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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user