Generates conditional branch instead of fake ones for Select instruction in some...
[oota-llvm.git] / lib / AsmParser / LLLexer.h
index 3343168754c39d5e025a256dd22bb1474d2969c8..90bf17d7a747798661d8902561b1b90666210ca3 100644 (file)
@@ -45,7 +45,6 @@ namespace llvm {
   public:
     explicit LLLexer(StringRef StartBuf, SourceMgr &SM, SMDiagnostic &,
                      LLVMContext &C);
-    ~LLLexer() {}
 
     lltok::Kind Lex() {
       return CurKind = LexToken();