diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-07-12 22:35:01 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-07-12 22:35:01 +0000 |
commit | 5d11676eef4727474e6141e390c8fd20a54f1e1a (patch) | |
tree | 2c762054280d762f6997d703adcbd638c0e35548 /llvm/lib/Target/TargetAsmInfo.cpp | |
parent | ef1c6845ae4a8e70181a4830b4177650fe706446 (diff) | |
download | bcm5719-llvm-5d11676eef4727474e6141e390c8fd20a54f1e1a.tar.gz bcm5719-llvm-5d11676eef4727474e6141e390c8fd20a54f1e1a.zip |
There is a cyclic dependency between MC and Target if this method is out-of-line.
llvm-svn: 135006
Diffstat (limited to 'llvm/lib/Target/TargetAsmInfo.cpp')
-rw-r--r-- | llvm/lib/Target/TargetAsmInfo.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/Target/TargetAsmInfo.cpp b/llvm/lib/Target/TargetAsmInfo.cpp index 1d57d8498e6..475a942da05 100644 --- a/llvm/lib/Target/TargetAsmInfo.cpp +++ b/llvm/lib/Target/TargetAsmInfo.cpp @@ -26,9 +26,3 @@ TargetAsmInfo::TargetAsmInfo(const TargetMachine &TM) { TRI = TM.getRegisterInfo(); TFI->getInitialFrameState(InitialFrameState); } - -int TargetAsmInfo::getCompactUnwindEncoding(ArrayRef<MCCFIInstruction> Instrs, - int DataAlignmentFactor, - bool IsEH) const { - return TFI->getCompactUnwindEncoding(Instrs, DataAlignmentFactor, IsEH); -} |