summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Barton <richard.barton@arm.com>2012-03-20 10:50:35 +0000
committerRichard Barton <richard.barton@arm.com>2012-03-20 10:50:35 +0000
commitdb9ca59759aeedfca9a9ceee55798587c4beceec (patch)
tree7df30ee1e42edf203f3e5602568db4e228337531
parent21e42d0ea55c31ac4d57578f5116fa606d5c87ee (diff)
downloadllvm-db9ca59759aeedfca9a9ceee55798587c4beceec.tar.gz
llvm-db9ca59759aeedfca9a9ceee55798587c4beceec.tar.bz2
llvm-db9ca59759aeedfca9a9ceee55798587c4beceec.tar.xz
Test Commit - add a newline
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153083 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/ARM/ARMInstrInfo.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td
index 5f7f070d52..3b647cdee2 100644
--- a/lib/Target/ARM/ARMInstrInfo.td
+++ b/lib/Target/ARM/ARMInstrInfo.td
@@ -637,6 +637,7 @@ def BitfieldAsmOperand : AsmOperandClass {
let Name = "Bitfield";
let ParserMethod = "parseBitfield";
}
+
def bf_inv_mask_imm : Operand<i32>,
PatLeaf<(imm), [{
return ARM::isBitFieldInvertedMask(N->getZExtValue());