summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGValue.h
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2013-03-13 05:02:21 +0000
committerJohn McCall <rjmccall@apple.com>2013-03-13 05:02:21 +0000
commit99c6418e37380abbc7042ea82634bb4f7f674e15 (patch)
treedd06e74da9979e7fa05f01d2a07118cca2528952 /lib/CodeGen/CGValue.h
parent5b07e8077a20b80fee90bd76c43c6150c676e4a8 (diff)
Remove trailing comma in enum list.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176926 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGValue.h')
-rw-r--r--lib/CodeGen/CGValue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGValue.h b/lib/CodeGen/CGValue.h
index b7591a76fb..0657fdca36 100644
--- a/lib/CodeGen/CGValue.h
+++ b/lib/CodeGen/CGValue.h
@@ -99,7 +99,7 @@ public:
/// Does an ARC strong l-value have precise lifetime?
enum ARCPreciseLifetime_t {
- ARCImpreciseLifetime, ARCPreciseLifetime,
+ ARCImpreciseLifetime, ARCPreciseLifetime
};
/// LValue - This represents an lvalue references. Because C/C++ allow