llvm-6502/lib/Target/R600
Saleem Abdulrasool 7ed655da8c R600: silence GCC warning
GCC believes it may be possible to not return a value from the switch:
  lib/Target/R600/SIRegisterInfo.cpp:187:1: warning: control reaches end of non-void function [-Wreturn-type]

Add an unreachable label to indicate that this is not possible and still permit
switch coverage checking.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213572 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-21 17:52:00 +00:00
..
InstPrinter
MCTargetDesc
TargetInfo
AMDGPU.h R600/SI: Add instruction shrinking pass 2014-07-21 16:55:33 +00:00
AMDGPU.td
AMDGPUAsmPrinter.cpp R600/SI: Use scratch memory for large private arrays 2014-07-21 15:45:01 +00:00
AMDGPUAsmPrinter.h R600/SI: Use scratch memory for large private arrays 2014-07-21 15:45:01 +00:00
AMDGPUCallingConv.td
AMDGPUFrameLowering.cpp
AMDGPUFrameLowering.h
AMDGPUInstrInfo.cpp
AMDGPUInstrInfo.h
AMDGPUInstrInfo.td
AMDGPUInstructions.td R600/SI: Use scratch memory for large private arrays 2014-07-21 15:45:01 +00:00
AMDGPUIntrinsicInfo.cpp
AMDGPUIntrinsicInfo.h
AMDGPUIntrinsics.td
AMDGPUISelDAGToDAG.cpp R600/SI: Use scratch memory for large private arrays 2014-07-21 15:45:01 +00:00
AMDGPUISelLowering.cpp
AMDGPUISelLowering.h R600/SI: Use scratch memory for large private arrays 2014-07-21 15:45:01 +00:00
AMDGPUMachineFunction.cpp
AMDGPUMachineFunction.h
AMDGPUMCInstLower.cpp
AMDGPUMCInstLower.h
AMDGPUPromoteAlloca.cpp
AMDGPURegisterInfo.cpp
AMDGPURegisterInfo.h R600/SI: Use scratch memory for large private arrays 2014-07-21 15:45:01 +00:00
AMDGPURegisterInfo.td
AMDGPUSubtarget.cpp
AMDGPUSubtarget.h
AMDGPUTargetMachine.cpp R600/SI: Add instruction shrinking pass 2014-07-21 16:55:33 +00:00
AMDGPUTargetMachine.h
AMDGPUTargetTransformInfo.cpp
AMDILCFGStructurizer.cpp
CaymanInstructions.td
CMakeLists.txt R600/SI: Add instruction shrinking pass 2014-07-21 16:55:33 +00:00
EvergreenInstructions.td
LLVMBuild.txt
Makefile
Processors.td
R600ClauseMergePass.cpp
R600ControlFlowFinalizer.cpp
R600Defines.h
R600EmitClauseMarkers.cpp
R600ExpandSpecialInstrs.cpp
R600InstrFormats.td
R600InstrInfo.cpp
R600InstrInfo.h
R600Instructions.td
R600Intrinsics.td
R600ISelLowering.cpp
R600ISelLowering.h
R600MachineFunctionInfo.cpp
R600MachineFunctionInfo.h
R600MachineScheduler.cpp
R600MachineScheduler.h
R600OptimizeVectorRegisters.cpp
R600Packetizer.cpp
R600RegisterInfo.cpp
R600RegisterInfo.h
R600RegisterInfo.td
R600Schedule.td
R600TextureIntrinsicsReplacer.cpp
R700Instructions.td
SIAnnotateControlFlow.cpp
SIDefines.h R600/SI: Use scratch memory for large private arrays 2014-07-21 15:45:01 +00:00
SIFixSGPRCopies.cpp
SIFixSGPRLiveRanges.cpp
SIInsertWaits.cpp
SIInstrFormats.td R600/SI: Refactor VOP3 instruction definitions 2014-07-21 17:44:29 +00:00
SIInstrInfo.cpp R600/SI: Add instruction shrinking pass 2014-07-21 16:55:33 +00:00
SIInstrInfo.h R600/SI: Add instruction shrinking pass 2014-07-21 16:55:33 +00:00
SIInstrInfo.td R600/SI: Refactor VOP3 instruction definitions 2014-07-21 17:44:29 +00:00
SIInstructions.td R600/SI: Use scratch memory for large private arrays 2014-07-21 15:45:01 +00:00
SIIntrinsics.td
SIISelLowering.cpp R600/SI: Clean up some of the unused REGISTER_{LOAD,STORE} code 2014-07-21 15:45:06 +00:00
SIISelLowering.h R600/SI: Use scratch memory for large private arrays 2014-07-21 15:45:01 +00:00
SILowerControlFlow.cpp
SILowerI1Copies.cpp
SIMachineFunctionInfo.cpp R600/SI: Use scratch memory for large private arrays 2014-07-21 15:45:01 +00:00
SIMachineFunctionInfo.h R600/SI: Use scratch memory for large private arrays 2014-07-21 15:45:01 +00:00
SIRegisterInfo.cpp R600: silence GCC warning 2014-07-21 17:52:00 +00:00
SIRegisterInfo.h R600/SI: Use scratch memory for large private arrays 2014-07-21 15:45:01 +00:00
SIRegisterInfo.td
SISchedule.td
SIShrinkInstructions.cpp R600/SI: Add instruction shrinking pass 2014-07-21 16:55:33 +00:00
SITypeRewriter.cpp