]> granicus.if.org Git - clang/commitdiff
Replace some stray uses of the old spelling of the flag with the new
authorChandler Carruth <chandlerc@gmail.com>
Thu, 12 Jan 2017 22:43:37 +0000 (22:43 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 12 Jan 2017 22:43:37 +0000 (22:43 +0000)
spelling. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@291851 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ms-declspecs.c
test/CodeGenCXX/optnone-class-members.cpp
test/CodeGenCXX/optnone-def-decl.cpp

index 4842050e5be549c6af5e8b81658252ed2ae973c8..05810bb4b71c109f81ad45b275797537e26f482c 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple i386-pc-win32 %s -emit-llvm -fms-compatibility -O2 -disable-llvm-optzns -o - | FileCheck %s
+// RUN: %clang_cc1 -triple i386-pc-win32 %s -emit-llvm -fms-compatibility -O2 -disable-llvm-passes -o - | FileCheck %s
 
 __declspec(selectany) int x1 = 1;
 const __declspec(selectany) int x2 = 2;
index 70e3ee76e60a0e82d14d8368938eb2de6d5de4a1..b1d2f7b559d918b84f058a1a69395b3c3277baf0 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 < %s -triple %itanium_abi_triple -fms-extensions -O2 -disable-llvm-optzns -emit-llvm -x c++ | FileCheck %s
+// RUN: %clang_cc1 < %s -triple %itanium_abi_triple -fms-extensions -O2 -disable-llvm-passes -emit-llvm -x c++ | FileCheck %s
 
 // Test attribute 'optnone' on methods:
 //  -- member functions;
index 4008bbe685f3eb9c9827245eebc3de407b94a9e9..6e4e510b9bf6ec69dedf311f7de49ab78bb41f1c 100644 (file)
@@ -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