diff options
Diffstat (limited to 'llvm/lib/Target/Sparc/SparcInstrInfo.cpp')
-rw-r--r-- | llvm/lib/Target/Sparc/SparcInstrInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Sparc/SparcInstrInfo.cpp b/llvm/lib/Target/Sparc/SparcInstrInfo.cpp index 1c852f37b7b..a634683c8f0 100644 --- a/llvm/lib/Target/Sparc/SparcInstrInfo.cpp +++ b/llvm/lib/Target/Sparc/SparcInstrInfo.cpp @@ -236,7 +236,7 @@ CreateUIntSetInstruction(const TargetMachine& target, return; } } -#endif SIGN_EXTEND_FOR_UNSIGNED_DEST +#endif /*SIGN_EXTEND_FOR_UNSIGNED_DEST*/ CreateSETUWConst(target, C, dest, mvec); } |