Fix test case for swift-4.0-branch
diff --git a/test/CodeGen/ARM/pei-swiftself.mir b/test/CodeGen/ARM/pei-swiftself.mir
index 055efee..f2dbb2d 100644
--- a/test/CodeGen/ARM/pei-swiftself.mir
+++ b/test/CodeGen/ARM/pei-swiftself.mir
@@ -1,4 +1,4 @@
-# RUN: llc -o - %s -mtriple=arm-- -run-pass prologepilog | FileCheck %s
+# RUN: llc -o - %s -mtriple=arm-- -run-pass=stack-protector -run-pass=prologepilog | FileCheck %s
 --- |
   define swiftcc i8* @need_emergency_slot(i8 *swiftself %v) {
     ; Just a dummy to add a swiftself bit. The real code is in the MI below.