diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2011-04-25 07:11:23 +0000 | 
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2011-04-25 07:11:23 +0000 | 
| commit | 9b73c8e29342038cef085c8166e1424b60247bce (patch) | |
| tree | fa9468ce2d1729921ee5b8eba1dd6bfad31a9399 /llvm/lib/Target/MBlaze/MBlazeISelLowering.cpp | |
| parent | bc0f9aeac3758dc8bdc1d5f4cbe3dd9cdc5e6a33 (diff) | |
| download | bcm5719-llvm-9b73c8e29342038cef085c8166e1424b60247bce.tar.gz bcm5719-llvm-9b73c8e29342038cef085c8166e1424b60247bce.zip  | |
Remove some hard coded CR-LFs. Some of these were the entire files, one of
these was just one line of a file. Explicitly set the eol-style property on the
files to try and ensure this fix stays.
llvm-svn: 130125
Diffstat (limited to 'llvm/lib/Target/MBlaze/MBlazeISelLowering.cpp')
| -rw-r--r-- | llvm/lib/Target/MBlaze/MBlazeISelLowering.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/MBlaze/MBlazeISelLowering.cpp b/llvm/lib/Target/MBlaze/MBlazeISelLowering.cpp index 585469b315c..21a59884a6b 100644 --- a/llvm/lib/Target/MBlaze/MBlazeISelLowering.cpp +++ b/llvm/lib/Target/MBlaze/MBlazeISelLowering.cpp @@ -1103,7 +1103,7 @@ MBlazeTargetLowering::getSingleConstraintMatchWeight(    switch (*constraint) {    default:      weight = TargetLowering::getSingleConstraintMatchWeight(info, constraint); -    break;
 +    break;    case 'd':    case 'y':      if (type->isIntegerTy())  | 

