From 0a434dbb918b29dd757be81891e9659af8cf3885 Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Mon, 11 Oct 2010 21:08:42 +0000 Subject: [PATCH] PR8297 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116223 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/2010-10-08-cmpxchg8b.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/2010-10-08-cmpxchg8b.ll b/test/CodeGen/X86/2010-10-08-cmpxchg8b.ll index 0fd4a34862c..40e7f017dc3 100644 --- a/test/CodeGen/X86/2010-10-08-cmpxchg8b.ll +++ b/test/CodeGen/X86/2010-10-08-cmpxchg8b.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s -march=x86 -mtriple=i386-apple-darwin | FileCheck %s -; bug 8297 +; PR8297 ; ; On i386, i64 cmpxchg is lowered during legalize types to extract the ; 64-bit result into a pair of fixed regs. So creation of the DAG node