commit | a119de86a064414622562cfe32953de7f9b0ee40 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Sun Jun 14 23:30:43 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Sun Jun 14 23:30:43 2009 +0000 |
tree | 456afbf76527eaa49d51f3d4777dfa6df0787667 | |
parent | bd59d7b603c364da52097f171a110a19c886f7bb [diff] [blame] |
Fix old-style type names in comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73362 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Alpha/AlphaISelLowering.cpp b/lib/Target/Alpha/AlphaISelLowering.cpp index 7ed8ef6..1be1713 100644 --- a/lib/Target/Alpha/AlphaISelLowering.cpp +++ b/lib/Target/Alpha/AlphaISelLowering.cpp
@@ -39,7 +39,7 @@ AlphaTargetLowering::AlphaTargetLowering(TargetMachine &TM) : TargetLowering(TM) { // Set up the TargetLowering object. - //I am having problems with shr n ubyte 1 + //I am having problems with shr n i8 1 setShiftAmountType(MVT::i64); setBooleanContents(ZeroOrOneBooleanContent);