[llvm] r254709 - [AArch64] Clean up statistical profiling test

Oliver Stannard via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 4 01:45:19 PST 2015


Author: olista01
Date: Fri Dec  4 03:45:18 2015
New Revision: 254709

URL: http://llvm.org/viewvc/llvm-project?rev=254709&view=rev
Log:
[AArch64] Clean up statistical profiling test

This check has nothing to do with the statistical profiling extension, so
shouldn't be in this test.


Modified:
    llvm/trunk/test/MC/Disassembler/AArch64/armv8.2a-statistical-profiling.txt

Modified: llvm/trunk/test/MC/Disassembler/AArch64/armv8.2a-statistical-profiling.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Disassembler/AArch64/armv8.2a-statistical-profiling.txt?rev=254709&r1=254708&r2=254709&view=diff
==============================================================================
--- llvm/trunk/test/MC/Disassembler/AArch64/armv8.2a-statistical-profiling.txt (original)
+++ llvm/trunk/test/MC/Disassembler/AArch64/armv8.2a-statistical-profiling.txt Fri Dec  4 03:45:18 2015
@@ -1,10 +1,6 @@
 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+spe --disassemble < %s | FileCheck %s
 # RUN: llvm-mc -triple aarch64-none-linux-gnu --disassemble < %s | FileCheck --check-prefix=NO_SPE %s
 
-[0x1f,0x22,0x03,0xd5]
-# CHECK: hint #0x10
-# NO_SPE: hint #0x10
-
 [0x3f,0x22,0x03,0xd5]
 # CHECK: psb csync
 # NO_SPE: hint #0x11




More information about the llvm-commits mailing list