mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[llvm] Revert align attr test in test/Bitcode/attribute-3.3.ll
Revert testcase changed in D87304 now the upgrader can correctly handle the align attribute in upgrader. Reviewed By: dexonsmith Differential Revision: https://reviews.llvm.org/D102880
This commit is contained in:
parent
1868c30048
commit
8faff52e7f
@ -101,8 +101,8 @@ define void @f16() sspreq
|
||||
ret void;
|
||||
}
|
||||
|
||||
define void @f17(i8* align 4 %0)
|
||||
; CHECK: define void @f17(i8* align 4 %0)
|
||||
define void @f17(i8 align 4 %0)
|
||||
; CHECK: define void @f17(i8 %0)
|
||||
{
|
||||
ret void;
|
||||
}
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user