[llvm] r177882 - Remove unnecessary attributes from test case.
Chad Rosier
mcrosier at apple.com
Mon Mar 25 11:36:19 PDT 2013
Author: mcrosier
Date: Mon Mar 25 13:36:19 2013
New Revision: 177882
URL: http://llvm.org/viewvc/llvm-project?rev=177882&view=rev
Log:
Remove unnecessary attributes from test case.
Modified:
llvm/trunk/test/CodeGen/X86/fast-isel-expect.ll
Modified: llvm/trunk/test/CodeGen/X86/fast-isel-expect.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fast-isel-expect.ll?rev=177882&r1=177881&r2=177882&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fast-isel-expect.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fast-isel-expect.ll Mon Mar 25 13:36:19 2013
@@ -5,7 +5,7 @@ target triple = "x86_64-unknown-linux-gn
@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 }
More information about the llvm-commits
mailing list