joerg added inline comments.

================
Comment at: test/CodeGen/nouselookuptable.c:1
+// RUN: %clang_cc1 -S -fno-lookup-tables %s -emit-llvm -o - | FileCheck %s
+
----------------
Check positive flag and the default case as well.


================
Comment at: test/CodeGen/nouselookuptable.c:6
+
+int main() {
+  return 0;
----------------
Just use f(void) or so. main is special enough, so avoiding it in test cases is 
often a good idea.


https://reviews.llvm.org/D35577



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to