Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / CodeGen / nousejumptable.c
blob40ba0e2f7fb0fa021c8021721ebf9c3251867373
1 // RUN: %clang_cc1 -fno-jump-tables %s -emit-llvm -o - | FileCheck %s
3 // CHECK-LABEL: main
4 // CHECK: attributes #0 = {{.*}}"no-jump-tables"="true"{{.*}}
6 int main(void) {
7 return 0;