Remove unnecessary attributes from test case.

llvm-svn: 177882
This commit is contained in:
Chad Rosier 2013-03-25 18:36:19 +00:00
parent eb7b27dab5
commit 1ad494d35b
1 changed files with 1 additions and 3 deletions

View File

@ -5,7 +5,7 @@ target triple = "x86_64-unknown-linux-gnu"
@glbl = extern_weak constant i8
declare i64 @llvm.expect.i64(i64, i64) #0
declare i64 @llvm.expect.i64(i64, i64)
define void @test() {
; CHECK: movl $glbl
@ -19,5 +19,3 @@ bb1:
bb2:
unreachable
}
attributes #0 = { nounwind readnone }