Reverting 225045 and 225043 and XFAIL multiline.ll on hexagon

llvm-svn: 225047
This commit is contained in:
Colin LeMahieu 2014-12-31 17:14:35 +00:00
parent 35e42db3ed
commit 5691eb5ee7
2 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,7 @@ HexagonMCCodeEmitter::getMachineOpValue(MCInst const &MI, MCOperand const &MO,
return MCT.getRegisterInfo()->getEncodingValue(MO.getReg());
if (MO.isImm())
return static_cast<unsigned>(MO.getImm());
return 0;
llvm_unreachable("Only Immediates and Registers implemented right now");
}
MCSubtargetInfo const &HexagonMCCodeEmitter::getSubtargetInfo() const {

View File

@ -1,5 +1,6 @@
; RUN: llc -filetype=asm -asm-verbose=0 -O0 < %s | FileCheck %s
; RUN: llc -filetype=obj -O0 < %s | llvm-dwarfdump -debug-dump=line - | FileCheck %s --check-prefix=INT
; XFAIL: hexagon
; Check that the assembly output properly handles is_stmt changes. And since
; we're testing anyway, check the integrated assembler too.