Recognize that ARM1176JZ[F]-S support TrustZone
[oota-llvm.git] / lib / Target / ARM / ARMInstrInfo.td
index 9506e1ebef7b8bc5b2edb1813106a4f489eeb8e0..9962fc94766daf3c5bc7fde94abc99bc1a92cd80 100644 (file)
@@ -2329,6 +2329,7 @@ def SMC : ABI<0b0001, (outs), (ins imm0_15:$opt), NoItinerary, "smc", "\t$opt",
   let Inst{23-4} = 0b01100000000000000111;
   let Inst{3-0} = opt;
 }
+def : MnemonicAlias<"smi", "smc">;
 
 // Supervisor Call (Software Interrupt)
 let isCall = 1, Uses = [SP] in {