aboutsummaryrefslogtreecommitdiff
path: root/lib/Bitcode/NaCl/Reader/NaClBitcodeReader.h
diff options
context:
space:
mode:
authorMark Seaborn <mseaborn@chromium.org>2013-10-03 08:05:38 -0700
committerMark Seaborn <mseaborn@chromium.org>2013-10-03 08:05:38 -0700
commit3b0e78e84065b446ec8a77f02bdbd5ac213af000 (patch)
tree2297b7a410095d4d34af3dd65fda483f3d4e78ea /lib/Bitcode/NaCl/Reader/NaClBitcodeReader.h
parenta85ac8f6999c04c5306efb5aa4fe77fc013c90e2 (diff)
PNaCl bitcode: Remove unused function ConvertTypeToScalarType()
BUG=https://code.google.com/p/nativeclient/issues/detail?id=3590 TEST=build Review URL: https://codereview.chromium.org/25802002
Diffstat (limited to 'lib/Bitcode/NaCl/Reader/NaClBitcodeReader.h')
-rw-r--r--lib/Bitcode/NaCl/Reader/NaClBitcodeReader.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Bitcode/NaCl/Reader/NaClBitcodeReader.h b/lib/Bitcode/NaCl/Reader/NaClBitcodeReader.h
index 56a894c7d4..b6cf9fab80 100644
--- a/lib/Bitcode/NaCl/Reader/NaClBitcodeReader.h
+++ b/lib/Bitcode/NaCl/Reader/NaClBitcodeReader.h
@@ -330,10 +330,6 @@ private:
Value *ConvertOpToScalar(Value *Op, unsigned BBIndex,
bool DeferInsertion = false);
- /// \brief Returns the corresponding, PNaCl non-pointer equivalent
- /// for the given type.
- Type *ConvertTypeToScalarType(Type *T);
-
/// \brief Install instruction I into basic block BB.
bool InstallInstruction(BasicBlock *BB, Instruction *I);