Remove FileCheck from test case token_landingpad.ll.
[oota-llvm.git] / test / MC / Sparc / sparc64-ctrl-instructions.s
index d3f633daf3fa6e7ccda475b2287c07d98b520702..65bca2990f1584f2fec8fd9f6b9d57d0052287e2 100644 (file)
         fmovrsnz  %g1, %f2, %f3
         fmovrsgz  %g1, %f2, %f3
         fmovrsgez %g1, %f2, %f3
+
+        ! CHECK:  rett %i7+8   ! encoding: [0x81,0xcf,0xe0,0x08]
+        return %i7 + 8
+
+        ! CHECK: ta %icc, %g0 + 5               ! encoding: [0x91,0xd0,0x20,0x05]
+        ta 5
+
+        ! CHECK: te %xcc, %g0 + 3               ! encoding: [0x83,0xd0,0x30,0x03]
+        te %xcc, 3
+