Remove unnecessary attributes from test case.
authorChad Rosier <mcrosier@apple.com>
Mon, 25 Mar 2013 18:36:19 +0000 (18:36 +0000)
committerChad Rosier <mcrosier@apple.com>
Mon, 25 Mar 2013 18:36:19 +0000 (18:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177882 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/fast-isel-expect.ll

index 1f53348bd07beae4a821726d154ef89f3470a91b..c4be7f364f3056508d3e69b94a9e87f320281262 100644 (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 }