diff options
author | Chad Rosier <mcrosier@apple.com> | 2013-02-25 22:06:05 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2013-02-25 22:06:05 +0000 |
commit | 823e95d3cdfafbd4a2ca8925e82e1315f1aa76b8 (patch) | |
tree | 01dca36dfc9b99a9ecd5606aee2c52999bafe91f /test/CodeGen/X86/fast-isel-args.ll | |
parent | fd3417d288c22673ec6d76dc4695989bb544373f (diff) |
Remove extraneous attribute number.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176053 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fast-isel-args.ll')
-rw-r--r-- | test/CodeGen/X86/fast-isel-args.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fast-isel-args.ll b/test/CodeGen/X86/fast-isel-args.ll index ab42f6448d..0f3626565e 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 |