summaryrefslogtreecommitdiff
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
commit301a9c0db76fc045c39cb088a13b2550b83f75d9 (patch)
treedc7bd06feed08fbec3627c0682d057408cdb5c98
parent66d11e9aa7ce6b2c81f001d9a433e3a886ae0b5e (diff)
downloadllvm-301a9c0db76fc045c39cb088a13b2550b83f75d9.tar.gz
llvm-301a9c0db76fc045c39cb088a13b2550b83f75d9.tar.bz2
llvm-301a9c0db76fc045c39cb088a13b2550b83f75d9.tar.xz
Remove unnecessary attributes from test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177882 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/fast-isel-expect.ll4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/CodeGen/X86/fast-isel-expect.ll b/test/CodeGen/X86/fast-isel-expect.ll
index 1f53348bd0..c4be7f364f 100644
--- a/test/CodeGen/X86/fast-isel-expect.ll
+++ b/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 }