summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2012-03-24 16:50:34 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2012-03-24 16:50:34 +0000
commit5c0034a7c610ca364508ebe26adef378f80f2dea (patch)
tree1ce1aec84d3cf98346e153f03c4936d94f429aba /clang/lib/CodeGen/CodeGenFunction.h
parent2681efcc950cec1db766693bf456575d3315fbd0 (diff)
downloadbcm5719-llvm-5c0034a7c610ca364508ebe26adef378f80f2dea.tar.gz
bcm5719-llvm-5c0034a7c610ca364508ebe26adef378f80f2dea.zip
Add back r153360 with a fix for enums that cover all the 32 bit values.
Thanks to NAKAMURA Takumi for finding it! llvm-svn: 153383
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index e0e6501b19e..85cbd143d89 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -2522,6 +2522,7 @@ public:
unsigned AccuracyD = 1);
private:
+ llvm::MDNode *getRangeForLoadFromType(QualType Ty);
void EmitReturnOfRValue(RValue RV, QualType Ty);
/// ExpandTypeFromArgs - Reconstruct a structure of type \arg Ty
OpenPOWER on IntegriCloud