Remove extraneous attribute number.
authorChad Rosier <mcrosier@apple.com>
Mon, 25 Feb 2013 22:06:05 +0000 (22:06 +0000)
committerChad Rosier <mcrosier@apple.com>
Mon, 25 Feb 2013 22:06:05 +0000 (22:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176053 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/fast-isel-args.ll

index ab42f6448d4ee0309000d4af5bceeb92ee77d5e0..0f3626565e7d101d23a9f04bdb873faf2c652f83 100644 (file)
@@ -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