Run this test through instnamer to stop it failing on non-asserts clang builds.

llvm-svn: 207488
This commit is contained in:
Richard Smith 2014-04-29 02:18:35 +00:00
parent 3ab40727a7
commit dfbe47650e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -emit-llvm -fblocks -fobjc-arc -g -triple x86_64-apple-darwin10 %s -o - | FileCheck %s
// RUN: %clang_cc1 -emit-llvm -fblocks -fobjc-arc -g -triple x86_64-apple-darwin10 %s -o - | opt -instnamer -S | FileCheck %s
// Legend: EXP = Return expression, RET = ret instruction