[NFC] Specify C11 in loop-opt-setup.c
authorMatthew Voss <matthew.voss@sony.com>
Fri, 8 Jan 2021 18:29:30 +0000 (10:29 -0800)
committerMatthew Voss <matthew.voss@sony.com>
Fri, 8 Jan 2021 20:15:26 +0000 (12:15 -0800)
commit0386f3d4f4183a93d7e029abef8110ae4f148335
tree9c96ece50e7c127d0782e1811e837ff5f7320665
parent8e36d21fabcd23835d17855025d06946eb0dfb9b
[NFC] Specify C11 in loop-opt-setup.c

This test was failing in our internal CI, since our driver does not default to
C11. Adding this switch fixes the issue.

Differential Revision: https://reviews.llvm.org/D94327
clang/test/Misc/loop-opt-setup.c