summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/task_codegen.cpp
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2015-08-31 21:48:52 +0000
committerHans Wennborg <hans@hanshq.net>2015-08-31 21:48:52 +0000
commite683c6b2e1e3d5a6b988960a7af84ed2fb2aa6ef (patch)
treedbbd05935751737e368bb6c07f9a286fc54bce36 /test/OpenMP/task_codegen.cpp
parent3af3e291f49b7211c7ea4ebbb0e4ac0fcc083e1a (diff)
Fix CHECK directives that weren't checking.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246492 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/OpenMP/task_codegen.cpp')
-rw-r--r--test/OpenMP/task_codegen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/OpenMP/task_codegen.cpp b/test/OpenMP/task_codegen.cpp
index 02141d1cc6..16a97d2ed7 100644
--- a/test/OpenMP/task_codegen.cpp
+++ b/test/OpenMP/task_codegen.cpp
@@ -18,7 +18,7 @@ struct S {
~S() {}
};
int a;
-// CHECK-LABEL : @main
+// CHECK-LABEL: @main
int main() {
// CHECK: [[B:%.+]] = alloca i8
// CHECK: [[S:%.+]] = alloca [2 x [[STRUCT_S]]]