summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-11-28 02:35:17 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-11-28 02:35:17 +0000
commita9fa4fd9736f7d1066223f32fa54efbe86c0fceb (patch)
tree00f57213908b1acc2f03a46e9a70fd4778ba0af5 /include
parentfa2d98632c77e5d9c305e97e5fa25d06f579127b (diff)
downloadllvm-a9fa4fd9736f7d1066223f32fa54efbe86c0fceb.tar.gz
llvm-a9fa4fd9736f7d1066223f32fa54efbe86c0fceb.tar.bz2
llvm-a9fa4fd9736f7d1066223f32fa54efbe86c0fceb.tar.xz
Remove all references to TargetInstrInfoImpl.
This class has been merged into its super-class TargetInstrInfo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168760 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Target/TargetInstrInfo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Target/TargetInstrInfo.h b/include/llvm/Target/TargetInstrInfo.h
index 09ca04e946..f31b39d0a5 100644
--- a/include/llvm/Target/TargetInstrInfo.h
+++ b/include/llvm/Target/TargetInstrInfo.h
@@ -976,9 +976,6 @@ private:
int CallFrameSetupOpcode, CallFrameDestroyOpcode;
};
-// Temporary typedef until all TargetInstrInfoImpl references are gone.
-typedef TargetInstrInfo TargetInstrInfoImpl;
-
} // End llvm namespace
#endif