Removing the redundant line, LGTM. Thanks!

REPOSITORY
  rL LLVM

================
Comment at: lib/CodeGen/CodeGenModule.cpp:1806
@@ +1805,3 @@
+    // work around clang combining bitfields into one large type.
+    llvm::Triple::ArchType Arch = 
Context.getTargetInfo().getTriple().getArch();
+    if (getContext().getTargetInfo().enforceBitfieldContainerAlignment()) {
----------------
redundant line?

http://reviews.llvm.org/D9297

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to