summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/AsmParser/LLToken.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/AsmParser/LLToken.h b/llvm/lib/AsmParser/LLToken.h
index 78286005b8b..95a0c910064 100644
--- a/llvm/lib/AsmParser/LLToken.h
+++ b/llvm/lib/AsmParser/LLToken.h
@@ -118,7 +118,7 @@ namespace lltok {
Type,
APFloat, // APFloatVal
- APSInt, // APSInt
+ APSInt // APSInt
};
} // end namespace lltok
} // end namespace llvm
OpenPOWER on IntegriCloud