From 10029df79ab98335eb56f90db669b610837c4232 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Wed, 4 Mar 2009 02:47:25 +0000 Subject: Rename test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66006 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/inline-asm-flag-clobber.ll | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/CodeGen/X86/inline-asm-flag-clobber.ll (limited to 'test/CodeGen/X86/inline-asm-flag-clobber.ll') diff --git a/test/CodeGen/X86/inline-asm-flag-clobber.ll b/test/CodeGen/X86/inline-asm-flag-clobber.ll new file mode 100644 index 0000000..3c536b7 --- /dev/null +++ b/test/CodeGen/X86/inline-asm-flag-clobber.ll @@ -0,0 +1,17 @@ +; RUN: llvm-as < %s | llc -march=x86-64 | %prcontext test 1 | grep j +; PR3701 + +define i64 @t(i64* %arg) nounwind { + br i1 true, label %1, label %5 + +;