diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2017-01-12 22:43:37 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2017-01-12 22:43:37 +0000 |
commit | 7e8283ae6b841cec10841e59af8de438627fe3ad (patch) | |
tree | fd95fc71b9ef5223fa77abafaba7526d5878aede /clang/test/CodeGenCXX/optnone-def-decl.cpp | |
parent | 5b4081198ae94ffbbaee0863f2c00a800d9aacd8 (diff) | |
download | bcm5719-llvm-7e8283ae6b841cec10841e59af8de438627fe3ad.tar.gz bcm5719-llvm-7e8283ae6b841cec10841e59af8de438627fe3ad.zip |
Replace some stray uses of the old spelling of the flag with the new
spelling. NFC.
llvm-svn: 291851
Diffstat (limited to 'clang/test/CodeGenCXX/optnone-def-decl.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/optnone-def-decl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |