summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/TargetInfo.cpp
diff options
context:
space:
mode:
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>2009-11-05 22:03:02 +0000
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>2009-11-05 22:03:02 +0000
commit864bf7562ff01234234d994f6b205964f8bd4f2a (patch)
tree597cd8a57ff933495916dc74db765b60124eda98 /clang/lib/Basic/TargetInfo.cpp
parent928068a8864e423d1fc26a4e4c72d065746e9548 (diff)
downloadbcm5719-llvm-864bf7562ff01234234d994f6b205964f8bd4f2a.tar.gz
bcm5719-llvm-864bf7562ff01234234d994f6b205964f8bd4f2a.zip
Eliminate tabls
llvm-svn: 86183
Diffstat (limited to 'clang/lib/Basic/TargetInfo.cpp')
-rw-r--r--clang/lib/Basic/TargetInfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Basic/TargetInfo.cpp b/clang/lib/Basic/TargetInfo.cpp
index 9ebacb240ee..34d3fb2145a 100644
--- a/clang/lib/Basic/TargetInfo.cpp
+++ b/clang/lib/Basic/TargetInfo.cpp
@@ -145,10 +145,10 @@ bool TargetInfo::isTypeSigned(IntType T) const {
/// Apply changes to the target information with respect to certain
/// language options which change the target configuration.
void TargetInfo::setForcedLangOptions(LangOptions &Opts) {
- if (Opts.ShortWChar) {
+ if (Opts.ShortWChar) {
WCharType = UnsignedShort;
WCharWidth = WCharAlign = 16;
- }
+ }
}
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud