Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: lib/Analysis/NaCl/PNaClABITypeChecker.cpp

Issue 14840018: Fix some build warnings in Nacl-specific code (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/Transforms/NaCl/PromoteIntegers.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Analysis/NaCl/PNaClABITypeChecker.cpp
diff --git a/lib/Analysis/NaCl/PNaClABITypeChecker.cpp b/lib/Analysis/NaCl/PNaClABITypeChecker.cpp
index 9afa04d5b53fe1a922b22edbd7a852e2da7bc0ed..e6afec86c2283b4524e1b52b48d6f27bc1d09bc0 100644
--- a/lib/Analysis/NaCl/PNaClABITypeChecker.cpp
+++ b/lib/Analysis/NaCl/PNaClABITypeChecker.cpp
@@ -24,7 +24,6 @@ bool PNaClABITypeChecker::isValidType(const Type *Ty) {
if (VisitedTypes.count(Ty))
return VisitedTypes[Ty];
- unsigned Width;
Derek Schuff 2013/05/14 18:40:04 this is used by the commented-out block in case Ty
eliben 2013/05/14 19:23:38 Done.
bool Valid = false;
switch (Ty->getTypeID()) {
// Allowed primitive types
« no previous file with comments | « no previous file | lib/Transforms/NaCl/PromoteIntegers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698