From 7e8283ae6b841cec10841e59af8de438627fe3ad Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Thu, 12 Jan 2017 22:43:37 +0000 Subject: Replace some stray uses of the old spelling of the flag with the new spelling. NFC. llvm-svn: 291851 --- clang/test/CodeGenCXX/optnone-def-decl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/CodeGenCXX/optnone-def-decl.cpp') diff --git a/clang/test/CodeGenCXX/optnone-def-decl.cpp b/clang/test/CodeGenCXX/optnone-def-decl.cpp index 4008bbe685f..6e4e510b9bf 100644 --- a/clang/test/CodeGenCXX/optnone-def-decl.cpp +++ b/clang/test/CodeGenCXX/optnone-def-decl.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -triple %itanium_abi_triple -fms-extensions -O2 -disable-llvm-optzns -emit-llvm -o - | FileCheck %s +// RUN: %clang_cc1 %s -triple %itanium_abi_triple -fms-extensions -O2 -disable-llvm-passes -emit-llvm -o - | FileCheck %s // Test optnone on both function declarations and function definitions. // Verify also that we don't generate invalid IR functions with -- cgit v1.2.3