OSDN Git Service

[TI removal] Remove a dead forward declaration of TerminatorInst. NFC.
authorChandler Carruth <chandlerc@gmail.com>
Mon, 15 Oct 2018 09:34:31 +0000 (09:34 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 15 Oct 2018 09:34:31 +0000 (09:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@344499 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Scalar.h

index 9491e1b..fe4ff62 100644 (file)
@@ -26,7 +26,6 @@ class ModulePass;
 class Pass;
 class GetElementPtrInst;
 class PassInfo;
-class TerminatorInst;
 class TargetLowering;
 class TargetMachine;