diff options
author | Dan Gohman <gohman@apple.com> | 2009-09-21 18:32:20 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-09-21 18:32:20 +0000 |
commit | 78a130a31cb8eca6f4c46f80a8cc4e0aff472be0 (patch) | |
tree | c128eafc2fa6f9856b30d887c48a5396dbb37b83 | |
parent | 4a0b3e170dcf591b0795170f6744d3a17858ee56 (diff) |
Add a comment mentioning the rdar number associated with this test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82471 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/peep-test-3.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/peep-test-3.ll b/test/CodeGen/X86/peep-test-3.ll index 48da2b650c..13a69edea5 100644 --- a/test/CodeGen/X86/peep-test-3.ll +++ b/test/CodeGen/X86/peep-test-3.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -march=x86 | FileCheck %s +; rdar://7226797 ; LLVM should omit the testl and use the flags result from the orl. |