commit | 2151d12ec095ec6c994c9dce31124f65a08720e3 | [log] [tgz] |
---|---|---|
author | Hans Wennborg <hans@hanshq.net> | Mon Aug 31 21:48:52 2015 +0000 |
committer | Hans Wennborg <hans@hanshq.net> | Mon Aug 31 21:48:52 2015 +0000 |
tree | e4c45a4d74f6643a4646b9b7bed1e241d8ca6d35 | |
parent | 642f6d3ffd1d2e028f234d7867be14fdc2e615ac [diff] [blame] |
Fix CHECK directives that weren't checking. llvm-svn: 246492
diff --git a/clang/test/OpenMP/task_codegen.cpp b/clang/test/OpenMP/task_codegen.cpp index 02141d1..16a97d2 100644 --- a/clang/test/OpenMP/task_codegen.cpp +++ b/clang/test/OpenMP/task_codegen.cpp
@@ -18,7 +18,7 @@ ~S() {} }; int a; -// CHECK-LABEL : @main +// CHECK-LABEL: @main int main() { // CHECK: [[B:%.+]] = alloca i8 // CHECK: [[S:%.+]] = alloca [2 x [[STRUCT_S]]]