summaryrefslogtreecommitdiff
path: root/include/llvm/MC
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-08-29 18:22:04 +0000
committerJim Grosbach <grosbach@apple.com>2011-08-29 18:22:04 +0000
commit7e0d22cbf7b41e93279f574c9b3c557cdf517dcb (patch)
treed7190c279b1ebe0ba620f09b2a5318c7bad15e86 /include/llvm/MC
parent3dedf7e2c835fbd6137b10e5a47a3fc0947ac24d (diff)
downloadllvm-7e0d22cbf7b41e93279f574c9b3c557cdf517dcb.tar.gz
llvm-7e0d22cbf7b41e93279f574c9b3c557cdf517dcb.tar.bz2
llvm-7e0d22cbf7b41e93279f574c9b3c557cdf517dcb.tar.xz
Tidy up. 80 columns.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138750 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC')
-rw-r--r--include/llvm/MC/MCInstrDesc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCInstrDesc.h b/include/llvm/MC/MCInstrDesc.h
index 39586d9f18..c49e02e689 100644
--- a/include/llvm/MC/MCInstrDesc.h
+++ b/include/llvm/MC/MCInstrDesc.h
@@ -73,7 +73,7 @@ public:
/// isLookupPtrRegClass - Set if this operand is a pointer value and it
/// requires a callback to look up its register class.
- bool isLookupPtrRegClass() const { return Flags&(1 <<MCOI::LookupPtrRegClass);}
+ bool isLookupPtrRegClass() const {return Flags&(1 <<MCOI::LookupPtrRegClass);}
/// isPredicate - Set if this is one of the operands that made up of
/// the predicate operand that controls an isPredicable() instruction.