mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Remove unnecessary attributes from test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177882 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
66d11e9aa7
commit
301a9c0db7
@ -5,7 +5,7 @@ target triple = "x86_64-unknown-linux-gnu"
|
|||||||
|
|
||||||
@glbl = extern_weak constant i8
|
@glbl = extern_weak constant i8
|
||||||
|
|
||||||
declare i64 @llvm.expect.i64(i64, i64) #0
|
declare i64 @llvm.expect.i64(i64, i64)
|
||||||
|
|
||||||
define void @test() {
|
define void @test() {
|
||||||
; CHECK: movl $glbl
|
; CHECK: movl $glbl
|
||||||
@ -19,5 +19,3 @@ bb1:
|
|||||||
bb2:
|
bb2:
|
||||||
unreachable
|
unreachable
|
||||||
}
|
}
|
||||||
|
|
||||||
attributes #0 = { nounwind readnone }
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user