Skip to content

Commit 81c40a9

Browse files
author
Aditi-Medhane
committed
Minor fix
1 parent 8d884fa commit 81c40a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/IR/IntrinsicsPowerPC.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,6 @@ let TargetPrefix = "ppc" in { // All intrinsics start with "llvm.ppc.".
682682
def int_ppc_bcdsetsign : ClangBuiltin<"__builtin_ppc_bcdsetsign">,
683683
DefaultAttrsIntrinsic<[llvm_v16i8_ty], [llvm_v16i8_ty, llvm_i32_ty],
684684
[IntrNoMem, ImmArg<ArgIndex<1>>]>;
685-
686685

687686
def int_ppc_bcdadd : ClangBuiltin<"__builtin_ppc_bcdadd">,
688687
DefaultAttrsIntrinsic<

0 commit comments

Comments
 (0)