summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/fast-isel-expect.ll
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2013-03-25 18:36:19 +0000
committerChad Rosier <mcrosier@apple.com>2013-03-25 18:36:19 +0000
commit1ad494d35bc24af977085026e97243f70bd2839c (patch)
tree909839246311d3b5b4c9fc26c4dbbe2cfabc5c96 /llvm/test/CodeGen/X86/fast-isel-expect.ll
parenteb7b27dab587de22bcfb3a84f40b25b77038dc38 (diff)
downloadbcm5719-llvm-1ad494d35bc24af977085026e97243f70bd2839c.tar.gz
bcm5719-llvm-1ad494d35bc24af977085026e97243f70bd2839c.zip
Remove unnecessary attributes from test case.
llvm-svn: 177882
Diffstat (limited to 'llvm/test/CodeGen/X86/fast-isel-expect.ll')
-rw-r--r--llvm/test/CodeGen/X86/fast-isel-expect.ll4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-expect.ll b/llvm/test/CodeGen/X86/fast-isel-expect.ll
index 1f53348bd07..c4be7f364f3 100644
--- a/llvm/test/CodeGen/X86/fast-isel-expect.ll
+++ b/llvm/test/CodeGen/X86/fast-isel-expect.ll
@@ -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 }
OpenPOWER on IntegriCloud