From 11d014d05afa98a5db4ffcf6c8f07aa07d4d1e97 Mon Sep 17 00:00:00 2001 From: Tomasz Miąsko Date: Wed, 12 Jan 2022 00:00:00 +0000 Subject: Remove codegen tests for LLLVM-style inline assembly --- src/test/codegen/no-output-asm-is-volatile.rs | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/test/codegen/no-output-asm-is-volatile.rs (limited to 'src/test/codegen') diff --git a/src/test/codegen/no-output-asm-is-volatile.rs b/src/test/codegen/no-output-asm-is-volatile.rs deleted file mode 100644 index 40376218908..00000000000 --- a/src/test/codegen/no-output-asm-is-volatile.rs +++ /dev/null @@ -1,14 +0,0 @@ -// compile-flags: -O - -#![feature(llvm_asm)] -#![crate_type = "lib"] - -// Check that inline assembly expressions without any outputs -// are marked as having side effects / being volatile - -// CHECK-LABEL: @assembly -#[no_mangle] -pub fn assembly() { - unsafe { llvm_asm!("") } -// CHECK: tail call void asm sideeffect "", {{.*}} -} -- cgit 1.4.1-3-g733a5