diff options
author | Eric Christopher <echristo@apple.com> | 2009-08-14 20:27:12 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2009-08-14 20:27:12 +0000 |
commit | 801179579ee9f34f05bb5580b4f6cdae3645fe2d (patch) | |
tree | a0d188a5989c7be6e28ef45d0b2be1367142e942 /include/llvm/IntrinsicsX86.td | |
parent | 72977a45a8ad9d9524c9b49399e89fb9a3a676ed (diff) | |
download | external_llvm-801179579ee9f34f05bb5580b4f6cdae3645fe2d.zip external_llvm-801179579ee9f34f05bb5580b4f6cdae3645fe2d.tar.gz external_llvm-801179579ee9f34f05bb5580b4f6cdae3645fe2d.tar.bz2 |
Whitespace cleanup.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79036 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/IntrinsicsX86.td')
-rw-r--r-- | include/llvm/IntrinsicsX86.td | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/IntrinsicsX86.td b/include/llvm/IntrinsicsX86.td index d3ee4df..c6c0310 100644 --- a/include/llvm/IntrinsicsX86.td +++ b/include/llvm/IntrinsicsX86.td @@ -1,10 +1,10 @@ //===- IntrinsicsX86.td - Defines X86 intrinsics -----------*- tablegen -*-===// -// +// // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. -// +// //===----------------------------------------------------------------------===// // // This file defines all of the X86-specific intrinsics. @@ -129,7 +129,7 @@ let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.". def int_x86_sse_cvttps2pi: GCCBuiltin<"__builtin_ia32_cvttps2pi">, Intrinsic<[llvm_v2i32_ty], [llvm_v4f32_ty], [IntrNoMem]>; def int_x86_sse_cvtpi2ps : GCCBuiltin<"__builtin_ia32_cvtpi2ps">, - Intrinsic<[llvm_v4f32_ty], [llvm_v4f32_ty, + Intrinsic<[llvm_v4f32_ty], [llvm_v4f32_ty, llvm_v2i32_ty], [IntrNoMem]>; } |