aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARM.h
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2013-01-07 21:12:13 +0000
committerJim Grosbach <grosbach@apple.com>2013-01-07 21:12:13 +0000
commit54f2187eacaa962fe9b25708c9ea01ec2b19dba3 (patch)
tree6fc927ee4449031c8d182f70a0ee3fc528b3fb8d /lib/Target/ARM/ARM.h
parentdeb1bab60824c01d85e3fd8bc219c64636fe5380 (diff)
downloadexternal_llvm-54f2187eacaa962fe9b25708c9ea01ec2b19dba3.tar.gz
external_llvm-54f2187eacaa962fe9b25708c9ea01ec2b19dba3.tar.bz2
external_llvm-54f2187eacaa962fe9b25708c9ea01ec2b19dba3.zip
ARM: Fix a few copy-paste errors.
s/X86/ARM/ git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171789 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARM.h')
-rw-r--r--lib/Target/ARM/ARM.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARM.h b/lib/Target/ARM/ARM.h
index 3e1329936a..5faf8c320c 100644
--- a/lib/Target/ARM/ARM.h
+++ b/lib/Target/ARM/ARM.h
@@ -44,7 +44,7 @@ FunctionPass *createMLxExpansionPass();
FunctionPass *createThumb2ITBlockPass();
FunctionPass *createThumb2SizeReductionPass();
-/// \brief Creates an X86-specific Target Transformation Info pass.
+/// \brief Creates an ARM-specific Target Transformation Info pass.
ImmutablePass *createARMTargetTransformInfoPass(const ARMBaseTargetMachine *TM);
void LowerARMMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI,