aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/for-range.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/for-range.cpp')
-rw-r--r--test/CodeGenCXX/for-range.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/for-range.cpp b/test/CodeGenCXX/for-range.cpp
index 94b614f726..af46644623 100644
--- a/test/CodeGenCXX/for-range.cpp
+++ b/test/CodeGenCXX/for-range.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -std=c++0x -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -std=c++0x -emit-llvm -o - %s | opt -instnamer -S | FileCheck %s
struct A {
A();