summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-11-18 04:01:36 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-11-18 04:01:36 +0000
commitf22fa9eaef8b1f09b28be6aa52b7814bd4a273ad (patch)
tree7cedc9c98429ebf052ab07e26d5b1152e88e5c62 /clang/lib
parent0b3f201b61b1bcb67c209e9b34d4d42cbd459031 (diff)
downloadbcm5719-llvm-f22fa9eaef8b1f09b28be6aa52b7814bd4a273ad.tar.gz
bcm5719-llvm-f22fa9eaef8b1f09b28be6aa52b7814bd4a273ad.zip
Finish r144971, which was an incomplete commit.
llvm-svn: 144972
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/CodeGen/TargetInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/TargetInfo.cpp b/clang/lib/CodeGen/TargetInfo.cpp
index a2e15107f50..73bb9902cb1 100644
--- a/clang/lib/CodeGen/TargetInfo.cpp
+++ b/clang/lib/CodeGen/TargetInfo.cpp
@@ -688,7 +688,7 @@ ABIArgInfo X86_32ABIInfo::classifyArgumentType(QualType Ty) const {
}
// Ignore empty structs/unions.
- if (isEmptyRecord(Context, Ty, true))
+ if (isEmptyRecord(getContext(), Ty, true))
return ABIArgInfo::getIgnore();
// Expand small (<= 128-bit) record types when we know that the stack layout
OpenPOWER on IntegriCloud