summaryrefslogtreecommitdiffstats
path: root/clang/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
commit4d31b812ad50c6404a59523e096a54784ea38ec8 (patch)
tree15a2ee6f7ee23579fb79a25605a5c846f5030387 /clang/lib/CodeGen/CGValue.h
parent8c25685be7b23fc540dec676c841a86217aee0be (diff)
downloadbcm5719-llvm-4d31b812ad50c6404a59523e096a54784ea38ec8.tar.gz
bcm5719-llvm-4d31b812ad50c6404a59523e096a54784ea38ec8.zip
Remove trailing comma in enum list.
llvm-svn: 176926
Diffstat (limited to 'clang/lib/CodeGen/CGValue.h')
-rw-r--r--clang/lib/CodeGen/CGValue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGValue.h b/clang/lib/CodeGen/CGValue.h
index b7591a76fb4..0657fdca367 100644
--- a/clang/lib/CodeGen/CGValue.h
+++ b/clang/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
OpenPOWER on IntegriCloud