aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMCallingConv.td
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-04-17 20:35:10 +0000
committerBob Wilson <bob.wilson@apple.com>2009-04-17 20:35:10 +0000
commitdee46d7f6d61ca628725b54c2d24154ebe70ed96 (patch)
treef7bd3608f886f9ce36c6715310e019a499c71856 /lib/Target/ARM/ARMCallingConv.td
parent276944ef309ce43286120fb580eda78d6762a67e (diff)
downloadexternal_llvm-dee46d7f6d61ca628725b54c2d24154ebe70ed96.zip
external_llvm-dee46d7f6d61ca628725b54c2d24154ebe70ed96.tar.gz
external_llvm-dee46d7f6d61ca628725b54c2d24154ebe70ed96.tar.bz2
Clean up formatting, remove trailing whitespace, fix comment typos and
punctuation. No functional changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69378 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMCallingConv.td')
-rw-r--r--lib/Target/ARM/ARMCallingConv.td6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Target/ARM/ARMCallingConv.td b/lib/Target/ARM/ARMCallingConv.td
index f94b65e..39b7e91 100644
--- a/lib/Target/ARM/ARMCallingConv.td
+++ b/lib/Target/ARM/ARMCallingConv.td
@@ -1,16 +1,16 @@
//===- ARMCallingConv.td - Calling Conventions for ARM ----------*- C++ -*-===//
-//
+//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
-//
+//
//===----------------------------------------------------------------------===//
// This describes the calling conventions for ARM architecture.
//===----------------------------------------------------------------------===//
/// CCIfSubtarget - Match if the current subtarget has a feature F.
-class CCIfSubtarget<string F, CCAction A>:
+class CCIfSubtarget<string F, CCAction A>:
CCIf<!strconcat("State.getTarget().getSubtarget<ARMSubtarget>().", F), A>;
/// CCIfAlign - Match of the original alignment of the arg