summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-08-23 22:10:46 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-08-23 22:10:46 +0000
commiteae6138936478d345e3ef14fcba85429042821ee (patch)
treecda75fad6adf6a14008e7918820670b6f018c9e9 /llvm/include
parent8c3fbdc6c4649f8c3c018cf32be4407c672e574c (diff)
downloadbcm5719-llvm-eae6138936478d345e3ef14fcba85429042821ee.tar.gz
bcm5719-llvm-eae6138936478d345e3ef14fcba85429042821ee.zip
Remove unused data member to unbreak -Werror builds.
llvm-svn: 279581
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/CodeGen/StackMaps.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm/CodeGen/StackMaps.h b/llvm/include/llvm/CodeGen/StackMaps.h
index b3fd1d6b735..6f2e5b56456 100644
--- a/llvm/include/llvm/CodeGen/StackMaps.h
+++ b/llvm/include/llvm/CodeGen/StackMaps.h
@@ -31,9 +31,6 @@ public:
/// Enumerate the meta operands.
enum { IDPos, NBytesPos };
-private:
- const MachineInstr *MI;
-
public:
explicit StackMapOpers(const MachineInstr *MI);
OpenPOWER on IntegriCloud