diff options
| author | Chad Rosier <mcrosier@apple.com> | 2013-06-22 18:37:38 +0000 |
|---|---|---|
| committer | Chad Rosier <mcrosier@apple.com> | 2013-06-22 18:37:38 +0000 |
| commit | 295bd43adb9c514c53f6df861ae1c6e97c23a53a (patch) | |
| tree | d13c5eb42f4e12a882379551c8263b927fed7cbe /llvm/lib/Target/MSP430/MSP430ISelLowering.h | |
| parent | 40d7f354b5637066a7ad3d50e19df482ee234d53 (diff) | |
| download | bcm5719-llvm-295bd43adb9c514c53f6df861ae1c6e97c23a53a.tar.gz bcm5719-llvm-295bd43adb9c514c53f6df861ae1c6e97c23a53a.zip | |
The getRegForInlineAsmConstraint function should only accept MVT value types.
llvm-svn: 184642
Diffstat (limited to 'llvm/lib/Target/MSP430/MSP430ISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/MSP430/MSP430ISelLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/MSP430/MSP430ISelLowering.h b/llvm/lib/Target/MSP430/MSP430ISelLowering.h index 9570ef27811..878b2076bf5 100644 --- a/llvm/lib/Target/MSP430/MSP430ISelLowering.h +++ b/llvm/lib/Target/MSP430/MSP430ISelLowering.h @@ -98,7 +98,7 @@ namespace llvm { TargetLowering::ConstraintType getConstraintType(const std::string &Constraint) const; std::pair<unsigned, const TargetRegisterClass*> - getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const; + getRegForInlineAsmConstraint(const std::string &Constraint, MVT VT) const; /// isTruncateFree - Return true if it's free to truncate a value of type /// Ty1 to type Ty2. e.g. On msp430 it's free to truncate a i16 value in |

