[test][NewPM] Pin -flattencfg test to legacy PM
authorArthur Eubanks <aeubanks@google.com>
Mon, 9 Nov 2020 20:39:51 +0000 (12:39 -0800)
committerArthur Eubanks <aeubanks@google.com>
Mon, 9 Nov 2020 20:43:12 +0000 (12:43 -0800)
It is not used in the optimization pipeline and can be ported later.

llvm/test/Transforms/Util/flattencfg.ll

index 481eaf0..932cb5b 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt -flattencfg -S < %s | FileCheck %s
+; RUN: opt -flattencfg -S < %s -enable-new-pm=0 | FileCheck %s
 
 
 ; This test checks whether the pass completes without a crash.