diff --git a/test/CodeGen/X86/fast-isel-args.ll b/test/CodeGen/X86/fast-isel-args.ll index ab42f6448d4..0f3626565e7 100644 --- a/test/CodeGen/X86/fast-isel-args.ll +++ b/test/CodeGen/X86/fast-isel-args.ll @@ -15,7 +15,7 @@ entry: ret i64 %add1 } -define i64 @t3(i32 %a, i64 %b, i32 %c) #2 { +define i64 @t3(i32 %a, i64 %b, i32 %c) { entry: %conv = sext i32 %a to i64 %add = add nsw i64 %conv, %b